mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 16:59:43 +01:00
f3824311a1
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
12 lines
237 B
Text
12 lines
237 B
Text
# Generated by Home Manager.
|
|
|
|
$include /etc/inputrc
|
|
set bell-style audible
|
|
set completion-map-case on
|
|
set completion-prefix-display-length 2
|
|
Control-p: "whups"
|
|
"\C-h": backward-kill-word
|
|
$if mode=emacs
|
|
"\e[1~": beginning-of-line
|
|
$endif
|
|
|