use native modes over plugin

This commit is contained in:
Spotlight 2019-06-15 21:01:19 -05:00
parent 48efecfc5f
commit 0634ba59a3
Signed by: spotlight
GPG key ID: 874AA355B3209BDC

5
zshrc
View file

@ -10,10 +10,9 @@ zplug "felixr/docker-zsh-completion"
zplug "zsh-users/zsh-syntax-highlighting", defer:2
zplug "zsh-users/zsh-autosuggestions", defer:2
zplug "zsh-users/zsh-completions", defer:2
zplug "zsh-users/zsh-history-substring-search", defer:2
bindkey '^[[A' history-substring-search-up
bindkey '^[[B' history-substring-search-down
bindkey "$terminfo[kcuu1]" history-beginning-search-backward
bindkey "$terminfo[kcud1]" history-beginning-search-forward
setopt prompt_subst # Make sure prompt is able to be generated properly.
setopt auto_cd # Get that ~ in here.