4 lines
94 B
Bash
4 lines
94 B
Bash
# Fix the ESC+Backspace
|
|
bindkey -e "^[[1;5C" forward-word
|
|
bindkey -e "^[[1;5D" backward-word
|
|
|