reverse history search, even in vim mode
This commit is contained in:
parent
6ca362023e
commit
c1b765a5a1
2 changed files with 3 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ setopt no_beep # don't beep on error
|
|||
setopt interactive_comments # Allow comments even in interactive shells
|
||||
bindkey -v # Vim is king, Vim is life
|
||||
bindkey -M viins 'jj' vi-cmd-mode
|
||||
bindkey "^R" history-incremental-search-backward
|
||||
|
||||
# ===== Navigation
|
||||
setopt pushd_ignore_dups
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue