diff options
author | Matt Turner <mattst88@gmail.com> | 2024-05-24 20:46:33 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2024-05-24 22:44:54 -0400 |
commit | b824879b9429dffc59b184aecce5b2c20c80bb04 (patch) | |
tree | e8c339c4b61b9c6054aca1f12107eef3d6c438e0 /zsh | |
parent | 0dc73b99407181a2533d17baa42fda98205ec85d (diff) |
zsh: Add home/end key bindings to work with kitty
Diffstat (limited to 'zsh')
-rwxr-xr-x | zsh/.zshrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -34,3 +34,6 @@ alias pkgdiff="pkgdiff-mg" alias grpe="grep" alias gti="git" alias sl="ls" + +bindkey "^[[1~" beginning-of-line +bindkey "^[[4~" end-of-line |