enable forward/backward word escape sequence
This commit is contained in:
parent
f1dbd908bf
commit
3351cfe1e8
|
@ -51,6 +51,9 @@
|
||||||
|
|
||||||
# Extra commands that should be added to '.zshrc'
|
# Extra commands that should be added to '.zshrc'
|
||||||
initExtra = ''
|
initExtra = ''
|
||||||
|
bindkey -e
|
||||||
|
bindkey ";6C" forward-word
|
||||||
|
bindkey ";6D" backward-word
|
||||||
eval "$(direnv hook zsh)"
|
eval "$(direnv hook zsh)"
|
||||||
path+=('/home/sajenim/.local/bin')
|
path+=('/home/sajenim/.local/bin')
|
||||||
export PATH
|
export PATH
|
||||||
|
|
Loading…
Reference in a new issue