X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=blobdiff_plain;f=zsh%2F.zshrc;h=056f919104aebeeee3bb5d90d750be2f277b80e9;hp=a2a95d18e61f4b9c7b18fd29a9a3e4c84776d613;hb=77477f33ca2ff1a77a5071d9966534f9920e902e;hpb=c92fac1caebb2586575a130bb3ac40830fc238e9 diff --git a/zsh/.zshrc b/zsh/.zshrc index a2a95d1..056f919 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -34,7 +34,7 @@ zle -N history-beginning-search-backward-end history-search-end zle -N history-beginning-search-forward-end history-search-end bindkey "^[[A" history-beginning-search-backward-end bindkey "^[[B" history-beginning-search-forward-end -bindkey "^R" history-incremental-search-backward +bindkey "^R" history-incremental-pattern-search-backward # }}} # Prompt {{{