1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2025-01-10 11:09:49 +01:00
home-manager/tests/modules/programs/readline/using-all-options.txt
Robert Helgesson 3166ae7993
readline: add variables option
Also add a basic test case.

(cherry picked from commit 284b8d94d4)
2020-02-16 18:08:26 +01:00

11 lines
217 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