From d1602643a444303621097843e6a6d4bbe2a996aa Mon Sep 17 00:00:00 2001 From: Steve Losh Date: Fri, 22 Jul 2011 13:49:02 -0400 Subject: [PATCH] Map Ctrl+N/P too. --- lib/key-bindings.zsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/key-bindings.zsh b/lib/key-bindings.zsh index dbb54086e..5d6d8041a 100644 --- a/lib/key-bindings.zsh +++ b/lib/key-bindings.zsh @@ -11,6 +11,8 @@ bindkey "^[[6~" down-line-or-history # make search up and down work, so partially type and hit up/down to find relevant stuff bindkey '^[[A' up-line-or-search bindkey '^[[B' down-line-or-search +bindkey '^p' up-line-or-search +bindkey '^n' down-line-or-search bindkey "^[[H" beginning-of-line bindkey "^[[1~" beginning-of-line