depot/third_party/home-manager/tests/modules/programs/readline/using-all-options.txt
Default email 72904c318c Project import generated by Copybara.
GitOrigin-RevId: 9bf1f40af124573a54fd208b1f539eb694ef31a6
2020-10-11 17:22:58 -07:00

11 lines
218 B
Text

# 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