history substring search
This commit is contained in:
parent
4207f62b7f
commit
e0a62b1843
|
@ -2,7 +2,9 @@
|
||||||
#plugins
|
#plugins
|
||||||
source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh
|
source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh
|
||||||
source ~/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
source ~/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||||
|
source ~/.zsh/zsh-history-substring-search/zsh-history-substring-search.zsh
|
||||||
|
bindkey '^[OA' history-substring-search-up
|
||||||
|
bindkey '^[OB' history-substring-search-down
|
||||||
|
|
||||||
setopt autocd
|
setopt autocd
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue