diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 9356d83..86e5190 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -5,6 +5,9 @@ if [[ -o interactive ]]; then fi bindkey -e +bindkey "^[[1;5C" forward-word +bindkey "^[[1;5D" backward-word +bindkey '^H' backward-kill-word source $ZDOTDIR/setup-history.zsh source $ZDOTDIR/prompts/simple-two-line.zsh