zshrc.d/60-vi-showmode.zrc
changeset 14 77db3f389db7
parent 8 3f68f355bf1a
child 17 448a96dfa3e6
--- a/zshrc.d/60-vi-showmode.zrc	Sun Jul 15 15:57:45 2012 +0200
+++ b/zshrc.d/60-vi-showmode.zrc	Sun Jul 15 15:58:14 2012 +0200
@@ -228,6 +228,8 @@
 bindkey -M viins '^O'    accept-line-and-down-history
 bindkey -M viins '^T'    transpose-chars
 bindkey -M viins '^Xm'   _most_recent_file
+bindkey -M viins '^P'    _history-complete-older
+bindkey -M viins '^N'    _history-complete-newer
 
 bindkey -M viins -s '^X^H' 'hash -r\n'