depot/third_party/home-manager/tests/modules/programs/readline/using-all-options.txt
Default email 75fa0ae5af Project import generated by Copybara.
GitOrigin-RevId: c3ab5ea047e6dc73df530948f7367455749d8906
2023-08-08 12:19:01 +02:00

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