commit e265b1b4dabddab128e6f1541629184041022f0a
parent 1c22fecb25dde86b6c88b3b753833fd08674b448
Author: Daniel Moch <daniel@danielmoch.com>
Date: Sun, 29 Jul 2018 10:13:41 -0400
Add more Zsh keybinds
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/.zshrc b/.zshrc
@@ -10,7 +10,10 @@ setopt prompt_subst correct auto_param_slash
bindkey -e
bindkey '^[[A' history-beginning-search-backward
bindkey '^[[7~' beginning-of-line
+bindkey '^[[1~' beginning-of-line
bindkey '^[[8~' end-of-line
+bindkey '^[[4~' end-of-line
+bindkey '^[[3~' delete-char
HISTSIZE=1000
HISTFILE="$HOME/.zsh_history"