fix ctrl-arrow keys

This commit is contained in:
2026-07-25 21:09:04 -05:00
parent 2a3e0e2e2b
commit 528b82bdaf

View File

@@ -26,6 +26,9 @@ autoload -Uz compinit && compinit
zstyle ':completion:*' insert-tab false
zstyle ':completion:*' menu select
bindkey "^[[1;5C" forward-word # Ctrl+Right
bindkey "^[[1;5D" backward-word # Ctrl+Left
export NVM_LAZY_LOAD=true
source "$HOME/.nvm-zsh/zsh-nvm.plugin.zsh"