diff --git a/.zshrc b/.zshrc index 65e3707..ab9036b 100644 --- a/.zshrc +++ b/.zshrc @@ -7,6 +7,8 @@ bindkey "^A" beginning-of-line bindkey "^E" end-of-line +bindkey "^[[1;5C" forward-word +bindkey "^[[1;5D" backward-word alias ls='ls --color=auto' alias grep='grep --color=auto'