fix ctrl-arrow keys
This commit is contained in:
@@ -26,6 +26,9 @@ autoload -Uz compinit && compinit
|
|||||||
zstyle ':completion:*' insert-tab false
|
zstyle ':completion:*' insert-tab false
|
||||||
zstyle ':completion:*' menu select
|
zstyle ':completion:*' menu select
|
||||||
|
|
||||||
|
bindkey "^[[1;5C" forward-word # Ctrl+Right
|
||||||
|
bindkey "^[[1;5D" backward-word # Ctrl+Left
|
||||||
|
|
||||||
export NVM_LAZY_LOAD=true
|
export NVM_LAZY_LOAD=true
|
||||||
source "$HOME/.nvm-zsh/zsh-nvm.plugin.zsh"
|
source "$HOME/.nvm-zsh/zsh-nvm.plugin.zsh"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user