Fix bindkey
Top 10 Things That Fix Everything And Then Some
This commit is contained in:
parent
a6986539f2
commit
bc59ac6b51
1 changed files with 2 additions and 6 deletions
8
zshrc
8
zshrc
|
@ -8,12 +8,8 @@ load_plugin "zsh-completions"
|
||||||
load_plugin "zsh-history-substring-search"
|
load_plugin "zsh-history-substring-search"
|
||||||
load_plugin "zsh-syntax-highlighting"
|
load_plugin "zsh-syntax-highlighting"
|
||||||
|
|
||||||
bindkey "^[[A" history-beginning-search-backward
|
bindkey '^[[A' history-beginning-search-backward
|
||||||
bindkey "^[[B" history-beginning-search-forward
|
bindkey '^[[B' history-beginning-search-forward
|
||||||
# Preserve opacity
|
|
||||||
# See: https://github.com/zsh-users/zsh-autosuggestions/issues/431#issuecomment-502329696
|
|
||||||
# Will most likely need removal at a point.
|
|
||||||
ZSH_AUTOSUGGEST_IGNORE_WIDGETS=(${(@)ZSH_AUTOSUGGEST_IGNORE_WIDGETS:#zle-\*} zle-\^line-init)
|
|
||||||
|
|
||||||
source $HOME/.zsh/expand-multiple-dots.zsh # cd .../.../<tab>?
|
source $HOME/.zsh/expand-multiple-dots.zsh # cd .../.../<tab>?
|
||||||
setopt prompt_subst # Make sure prompt is able to be generated properly.
|
setopt prompt_subst # Make sure prompt is able to be generated properly.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue