zsh-users
 help / color / mirror / code / Atom feed
* vi mode and history-search key binding
@ 2006-05-28  3:39 William Scott
  2006-05-28  5:17 ` Bart Schaefer
  0 siblings, 1 reply; 3+ messages in thread
From: William Scott @ 2006-05-28  3:39 UTC (permalink / raw)
  To: zsh-users

Hi:

Among my favorite keybindings are

      bindkey '\e[A'    history-search-backward
      bindkey '\e[B'   history-search-forward


Since I use vim instead of emacs, I thought I ought to at least try  
vi keybindings, although I think my brain is too hard-wired to make  
the switch.  In any case, the up and down arrows would be of more use  
having this altered binding. I tried this:

      bindkey '\e[A'  vi-history-search-backward
      bindkey '\e[B'  vi-history-search-forward

It appears to have no effect. Is this intended?

Thanks.

Bill Scott



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-05-28  6:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-28  3:39 vi mode and history-search key binding William Scott
2006-05-28  5:17 ` Bart Schaefer
2006-05-28  6:47   ` William Scott

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).