# ======================
# Word navigation
# ======================
bindkey '^[[1;5D' backward-word # Ctrl+Left
bindkey '^[[1;5C' forward-word # Ctrl+Right
bindkey '^H' backward-kill-word # Ctrl+Backspace
WORDCHARS=${WORDCHARS//\/[&.;]} # Don't consider certain characters part of the word
I think this might be helpful - but honestly I just tend to use Fish more now.