From dc5a18fcdedff36820a7f99cef7b394fc548e530 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 1 Mar 2012 04:17:08 -0600 Subject: couple more keybindings --- zshinput | 3 +++ 1 file changed, 3 insertions(+) (limited to 'zshinput') 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 -- cgit v1.2.3-54-g00ecf