added ctrl-r to zshrc
This commit is contained in:
parent
c59ec700c5
commit
4c7859598f
1 changed files with 1 additions and 0 deletions
1
.zshrc
1
.zshrc
|
@ -25,6 +25,7 @@ bindkey "$terminfo[cuu1]" history-substring-search-up
|
||||||
bindkey "$terminfo[cud1]" history-substring-search-down
|
bindkey "$terminfo[cud1]" history-substring-search-down
|
||||||
bindkey -M vicmd 'k' history-substring-search-up
|
bindkey -M vicmd 'k' history-substring-search-up
|
||||||
bindkey -M vicmd 'j' history-substring-search-down
|
bindkey -M vicmd 'j' history-substring-search-down
|
||||||
|
bindkey "^R" history-incremental-search-backward
|
||||||
|
|
||||||
# override prompt builder for the dir part
|
# override prompt builder for the dir part
|
||||||
# render just the last dir name
|
# render just the last dir name
|
||||||
|
|
Loading…
Reference in a new issue