mirror of
https://github.com/zedsalim/debian-z.git
synced 2025-12-06 03:19:28 +00:00
10 lines
268 B
Text
10 lines
268 B
Text
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"
|