Skip to content

Commit

Permalink
bash: improve completion menu
Browse files Browse the repository at this point in the history
  • Loading branch information
chris468 committed Jul 7, 2024
1 parent 0a017a5 commit 5c822a7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dotfiles/dot_inputrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ set vi-cmd-mode-string \1\e[2 q\2

set keymap vi-insert
Control-l: clear-screen

TAB: menu-complete
Control-j: history-search-forward
Control-k: history-search-backward

set show-all-if-ambiguous on
set menu-complete-display-prefix on
set colored-completion-prefix on
set colored-stats on

0 comments on commit 5c822a7

Please sign in to comment.