home-manager/tests/modules/programs/readline/using-all-options.txt
Robert Helgesson 0d1ca254d0
readline: fix example
(cherry picked from commit a4a07ba996)
2020-02-16 18:10:00 +01:00

12 lines
218 B
Plaintext

# Generated by Home Manager.
$include /etc/inputrc
set bell-style audible
set completion-map-case on
set completion-prefix-display-length 2
"\C-h": backward-kill-word
$if mode=emacs
"\e[1~": beginning-of-line
$endif