Add bash-like reverse-i-search to zshrc

This commit is contained in:
Adam Lamers
2016-11-03 13:21:22 -05:00
parent a8282d6df6
commit cb0b8a4a91
+3
View File
@@ -21,6 +21,9 @@ bindkey -M viins 'jk' vi-cmd-mode
bindkey -M viins '^a' beginning-of-line bindkey -M viins '^a' beginning-of-line
bindkey -M viins '^e' end-of-line bindkey -M viins '^e' end-of-line
bindkey -v
bindkey '^R' history-incremental-search-backward
# Customize to your needs... # Customize to your needs...
if [ -f /usr/local/bin/server_selector ]; then if [ -f /usr/local/bin/server_selector ]; then
/bin/bash /usr/local/bin/server_selector /bin/bash /usr/local/bin/server_selector