aboutsummaryrefslogtreecommitdiff
path: root/tests/modules/programs/readline/using-all-options.txt
blob: 6b4aef51e69a72a6669ddb5cd1dcfbb70d21f114 (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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