added better history, but not enabled
This commit is contained in:
parent
e978a3017c
commit
170908372a
1 changed files with 7 additions and 0 deletions
7
.zshrc
7
.zshrc
|
@ -53,3 +53,10 @@ antibody bundle zsh-users/zsh-syntax-highlighting
|
||||||
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=3'
|
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=3'
|
||||||
eval "$(fasd --init auto)"
|
eval "$(fasd --init auto)"
|
||||||
|
|
||||||
|
#Better History https://coderwall.com/p/jpj_6q/zsh-better-history-searching-with-arrow-keys
|
||||||
|
#autoload -U up-line-or-beginning-search
|
||||||
|
#autoload -U down-line-or-beginning-search
|
||||||
|
#zle -N up-line-or-beginning-search
|
||||||
|
#zle -N down-line-or-beginning-search
|
||||||
|
#bindkey "^[[A" up-line-or-beginning-search # Up
|
||||||
|
#bindkey "^[[B" down-line-or-beginning-search # Down
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue