zsh-users
 help / color / mirror / code / Atom feed
* incremental history search
@ 2004-02-20 23:04 Thorsten Kampe
  2004-02-20 23:20 ` Björn Lindström
  2004-02-21  1:17 ` Eric Mangold
  0 siblings, 2 replies; 14+ messages in thread
From: Thorsten Kampe @ 2004-02-20 23:04 UTC (permalink / raw)
  To: zsh-users

I have bound[1] the cursor keys to "up-line-or-search" and
down-line-or-search. Unfortunately this only completes the first word
of the search; meaning when I type

wget http://foo.com
wget ftp://bar.com

and then...
wget http[up cursor]
...it completes to "wget ftp://bar.com" and not to the desired "wget
http://foo.com". It only searches matches for the first word ("wget")
of the already typed command line in history.

Is it possible to make zsh search for matches of the whole command
line ("wget http") - and not only the first word?


Thorsten

[1] bindkey "\e[A"  up-line-or-search
    bindkey "\e[B"  down-line-or-search


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

end of thread, other threads:[~2004-03-11 23:50 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-20 23:04 incremental history search Thorsten Kampe
2004-02-20 23:20 ` Björn Lindström
2004-02-21  0:54   ` Thorsten Kampe
2004-02-21  1:19     ` Philippe Troin
2004-02-21  2:43       ` Thorsten Kampe
2004-02-21  1:17 ` Eric Mangold
2004-02-21  1:35   ` Thorsten Kampe
2004-02-21  3:07     ` Eric Mangold
2004-02-21 13:52       ` Thorsten Kampe
2004-02-21 14:39         ` Anthony Iano-Fletcher
2004-02-21 15:50           ` Thorsten Kampe
2004-02-21 19:00             ` Bart Schaefer
2004-03-11 23:50               ` Thorsten Kampe
2004-02-21 23:56             ` Eric Mangold

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).