From a3ee54bd91200e0918b6cca9200ac8d0fb767d79 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 31 Oct 2013 12:15:18 -0400 Subject: be explicit about vi mode for zsh it's supposed to autodetect this from $EDITOR, but sometimes this doesn't work? --- zshinput | 2 ++ 1 file changed, 2 insertions(+) (limited to 'zshinput') diff --git a/zshinput b/zshinput index 7c6f704..71685b7 100644 --- a/zshinput +++ b/zshinput @@ -1,3 +1,5 @@ +bindkey -v + autoload history-search-end zle -N history-beginning-search-backward-end history-search-end zle -N history-beginning-search-forward-end history-search-end -- cgit v1.2.3-54-g00ecf