debian-z/optional/.inputrc

11 lines
268 B
Text
Raw Permalink Normal View History

2023-06-20 17:45:22 +01:00
set colored-stats On
set colored-completion-prefix On
set show-all-if-ambiguous on
set completion-ignore-case on
"\e[A": history-search-backward
"\e[B": history-search-forward
"\C-b":"cd ..\n"
"\C-h":"cd ~\n"
"\C-f":"cd ~/.config/\n"
"\C-g":"cd ~/Documents/GitHub/\n"