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

5 lines
94 B
Bash

# Fix the ESC+Backspace
bindkey -e "^[[1;5C" forward-word
bindkey -e "^[[1;5D" backward-word