X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/57f9ed7a8fc80250bae6c6d0b48d68b64a677563..024170a4eaed28d31833f95602369e9ccdf70a13:/etc/zsh/.zshrc diff --git a/etc/zsh/.zshrc b/etc/zsh/.zshrc index 46c1992..c0fdef9 100644 --- a/etc/zsh/.zshrc +++ b/etc/zsh/.zshrc @@ -200,6 +200,10 @@ for k v (${(kv)a}) { } unset a k v +## other binds +# bash-style reverse-search-history (i.e. reverse-i-search) +bindkey '^R' history-incremental-pattern-search-backward + ### aliases ## builtins alias rehash='_sev_setpath; rehash'