blob: 2507aaac1aff04c30307af4e778448b4c9fc2132 (
plain)
1
2
3
4
|
## vim:ft=zsh
[[ -z $terminfo[kdch1] ]] || bindkey -M emacs $terminfo[kdch1] delete-char
[[ -z $terminfo[khome] ]] || bindkey -M emacs $terminfo[khome] beginning-of-line
[[ -z $terminfo[kend] ]] || bindkey -M emacs $terminfo[kend] end-of-line
|