enable forward/backward word escape sequence

This commit is contained in:
♥ Minnie ♥ 2024-01-29 22:56:57 +08:00
parent f1dbd908bf
commit 3351cfe1e8

View file

@ -51,6 +51,9 @@
# Extra commands that should be added to '.zshrc'
initExtra = ''
bindkey -e
bindkey ";6C" forward-word
bindkey ";6D" backward-word
eval "$(direnv hook zsh)"
path+=('/home/sajenim/.local/bin')
export PATH