Nathan Henrie
|
f3824311a1
|
readline: Add support for keynames (#3947)
Kenames like `Control-n` or `meta-p` should not be quoted or they don't work.
Keyseqs like `\C-p` or `ab` must continue to be quoted.
See also: https://www.gnu.org/software/bash/manual/html_node/Readline-Init-File-Syntax.html
Fixes https://github.com/nix-community/home-manager/issues/3611
|
2023-05-04 19:39:46 +02:00 |
|
Robert Helgesson
|
a4a07ba996
|
readline: fix example
|
2020-02-02 01:20:05 +01:00 |
|
Robert Helgesson
|
45abf3d38a
|
Apply nixfmt on many files
|
2020-02-02 01:07:28 +01:00 |
|
Robert Helgesson
|
284b8d94d4
|
readline: add variables option
Also add a basic test case.
|
2019-12-08 21:13:58 +01:00 |
|