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