summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2024-05-24 20:46:33 -0400
committerMatt Turner <mattst88@gmail.com>2024-05-24 22:44:54 -0400
commitb824879b9429dffc59b184aecce5b2c20c80bb04 (patch)
treee8c339c4b61b9c6054aca1f12107eef3d6c438e0
parent0dc73b99407181a2533d17baa42fda98205ec85d (diff)
zsh: Add home/end key bindings to work with kitty
-rwxr-xr-xzsh/.zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 60f0fdd..00cb6b5 100755
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -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