diff options
Diffstat (limited to 'doc/manual')
-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. |