.git broken, restart

This commit is contained in:
dangerboot
2026-01-23 08:55:18 +01:00
commit d1be8ebdca
206 changed files with 8431 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
set editing-mode vi
"\e[A": history-search-backward
"\e[B": history-search-forward
# For vi command mode
set keymap vi-command
"\e[A": history-search-backward
"\e[B": history-search-forward
"\eOA": history-search-backward
"\eOB": history-search-forward
# For vi insert mode
set keymap vi-insert
"\e[A": history-search-backward
"\e[B": history-search-forward
"\eOA": history-search-backward
"\eOB": history-search-forward
# Other settings
set completion-ignore-case on
set show-all-if-ambiguous on
set bell-style none
set match-hidden-files off