]> git.sev.monster Git - dotfiles.git/commitdiff
zshrc: bash-style reverse incremental search on ^R
authorsev <git@sev.monster>
Tue, 15 Oct 2024 00:21:58 +0000 (19:21 -0500)
committersev <git@sev.monster>
Tue, 15 Oct 2024 00:23:38 +0000 (19:23 -0500)
etc/zsh/.zshrc

index 46c19926cfebca9d82275d44c315aedec13e5cab..c0fdef951fe95957bd5b8ee6658aec61e9c5b568 100644 (file)
@@ -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'
This page took 0.040439 seconds and 4 git commands to generate.