diff options
author | rebecca “wiggles” turner <rbt@sent.as> | 2024-09-11 01:02:27 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@localhost> | 2024-09-11 01:02:27 +0000 |
commit | 24db81eaf28259ab8f8334ccd6368673a26ed422 (patch) | |
tree | c39d1cce8fda4184206c8e6e019cffb787228b42 /doc | |
parent | cc183fdbc14ce105a5661d646983f791978b9d5c (diff) | |
parent | 6de6cae3e70caba0ff8fe3d2d6cb7c4fd0022618 (diff) |
Merge "repl: Patch editline to recognize Meta-Left & Meta-Right" into main
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/rl-next/alt-left-and-alt-right-in-repl.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/manual/rl-next/alt-left-and-alt-right-in-repl.md b/doc/manual/rl-next/alt-left-and-alt-right-in-repl.md new file mode 100644 index 000000000..66e89a15e --- /dev/null +++ b/doc/manual/rl-next/alt-left-and-alt-right-in-repl.md @@ -0,0 +1,10 @@ +--- +synopsis: "`Alt+Left` and `Alt+Right` go back/forwards by words in `nix repl`" +issues: [fj#501] +cls: [1883] +category: Fixes +credits: 9999years +--- + +`nix repl` now recognizes `Alt+Left` and `Alt+Right` for navigating by words +when entering input in `nix repl` on more terminals/platforms. |