1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-28 17:38:33 +02:00
home-manager/tests/modules/programs/readline/using-all-options.txt
2020-02-02 01:20:05 +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