added ctrl-r to zshrc

This commit is contained in:
Cyryl Płotnicki-Chudyk 2016-01-30 13:31:42 +01:00
parent c59ec700c5
commit 4c7859598f

1
.zshrc
View file

@ -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