Really make end key work

This commit is contained in:
David Morgan 2022-11-07 13:13:27 +00:00
parent 9e665b891a
commit b042b51a54
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@
# make home and end work
[[ -z "$terminfo[khome]" ]] || bindkey -M emacs "$terminfo[khome]" beginning-of-line
[[ -z "$terminfo[khome]" ]] || bindkey -M emacs "$terminfo[khome]" beginning-of-line
[[ -z "$terminfo[kend]" ]] || bindkey -M emacs "$terminfo[kend]" end-of-line
# disable sort when completing `git checkout`
zstyle ''\':completion:*:git-checkout:*''\' sort false