summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--zshinput3
1 files changed, 3 insertions, 0 deletions
diff --git a/zshinput b/zshinput
index bcc2eb8..02d17e9 100644
--- a/zshinput
+++ b/zshinput
@@ -3,8 +3,11 @@ zle -N history-beginning-search-backward-end history-search-end
zle -N history-beginning-search-forward-end history-search-end
bindkey "^[[A" history-beginning-search-backward-end
bindkey "^[[B" history-beginning-search-forward-end
+bindkey "^[OA" history-beginning-search-backward-end
+bindkey "^[OB" history-beginning-search-forward-end
bindkey "^?" backward-delete-char
bindkey "^H" backward-delete-char
+bindkey "^U" backward-kill-line
bindkey "^[[3~" delete-char