forked from lix-project/lix
Rebecca Turner
6de6cae3e7
This applies https://github.com/troglobit/editline/pull/70 to our build
of editline, which translates `meta-left` and `meta-right` into
`fd_word` and `bk_word`. This makes `nix repl` soooo much nicer to use!
Note: My terminal renders `meta-left` as `\e\e[C` and `meta-right` as
`\e\e[D`.
Closes lix-project/lix#501
Change-Id: I048b10cf17231bbf4e6bf38e1d1d8572cedaa194
11 lines
292 B
Markdown
11 lines
292 B
Markdown
---
|
|
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.
|