Find a file
Vincent Guerci f9a4c753af prevent beeps when navigating multi-line commands
`man zshzle` at the "zle widget" section:

A non-zero return status causes the shell to beep when the widget exits,
unless the BEEP options was unset or the widget was called via the zle
command. Thus if a user defined widget requires an immediate beep, it
should call the beep widget directly.

https://github.com/robbyrussell/oh-my-zsh/pull/215#issuecomment-1328406
2011-06-15 15:20:18 -07:00
history-substring-search.zsh prevent beeps when navigating multi-line commands 2011-06-15 15:20:18 -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