summaryrefslogtreecommitdiffstats
path: root/zshinput
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-03-01 04:17:08 -0600
committerJesse Luehrs <doy@tozt.net>2012-03-01 04:17:19 -0600
commitdc5a18fcdedff36820a7f99cef7b394fc548e530 (patch)
treecd49ec4563a4ce2eaedf947df11410eae29aed35 /zshinput
parent474df290790e510bbab958e493f9a611fdfbc855 (diff)
downloadconf-dc5a18fcdedff36820a7f99cef7b394fc548e530.tar.gz
conf-dc5a18fcdedff36820a7f99cef7b394fc548e530.zip
couple more keybindings
Diffstat (limited to 'zshinput')
-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