projects
/
dotfiles.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c92fac1
)
History pattern searching seems more convenient
author
Sergey Matveev <stargrave@stargrave.org>
Thu, 23 Jan 2020 11:24:35 +0000 (14:24 +0300)
committer
Sergey Matveev <stargrave@stargrave.org>
Thu, 23 Jan 2020 11:24:35 +0000 (14:24 +0300)
zsh/.zshrc
patch
|
blob
|
history
diff --git
a/zsh/.zshrc
b/zsh/.zshrc
index a2a95d18e61f4b9c7b18fd29a9a3e4c84776d613..056f919104aebeeee3bb5d90d750be2f277b80e9 100644
(file)
--- 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 {{{