From 7e9f161607087ad7c733c6eb776f372a52998180 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 1 Mar 2012 02:47:42 -0600 Subject: add zsh configuration --- zshinput | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 zshinput (limited to 'zshinput') diff --git a/zshinput b/zshinput new file mode 100644 index 0000000..bcc2eb8 --- /dev/null +++ b/zshinput @@ -0,0 +1,10 @@ +autoload history-search-end +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 "^?" backward-delete-char +bindkey "^H" backward-delete-char + +bindkey "^[[3~" delete-char -- cgit v1.2.3-54-g00ecf