🔤 coc-pretty-ts-errors cmts .inputrc

This commit is contained in:
2024-06-18 16:54:59 +02:00
parent 7b6a49013c
commit 68ff0a39b8
2 changed files with 3 additions and 2 deletions

View File

@ -8,7 +8,7 @@ set keymap vi-insert
set show-mode-in-prompt on
set vi-ins-mode-string ">_"
set vi-cmd-mode-string "$_"
# aka set wildmode=longest:full:list,full
# aka set wildmode=longest:full:list,full (tab and shift+tab)
TAB: menu-complete
"\e[Z": menu-complete-backward
set show-all-if-ambiguous on
@ -17,6 +17,7 @@ set menu-complete-display-prefix on
"\e[A":history-search-backward
"\e[B":history-search-forward
# shift+enter
"OM": history-and-alias-expand-line
set colored-stats On