Go to file
Suraj N. Kurapati 14adfd9836 cursor movements should not make $BUFFER new query
Suppose you have just pressed "arrow-up", and you get a single-line in
your terminal. You move your cursor into $BUFFER. After this the edited
$BUFFER becomes the new search string. That breaks the searching model.
2011-06-09 00:16:36 -07:00
history-substring-search.zsh cursor movements should not make $BUFFER new query 2011-06-09 00:16:36 -07:00
README add README with instructions on script activation 2011-06-09 00:16:28 -07:00

To activate this script, load it into an interactive ZSH session:

  % source history-substring-search.zsh

See the "history-substring-search.zsh" file for more information:

  % sed -n '2,/^$/s/^#//p' history-substring-search.zsh | more