my-yadm/.local/dotfiles/environment/esc-backspace.zsh

5 lines
94 B
Bash
Raw Normal View History

2019-01-06 18:10:12 -05:00
# Fix the ESC+Backspace
bindkey -e "^[[1;5C" forward-word
bindkey -e "^[[1;5D" backward-word