diff options
author | Tom Feist <shabble@metavore.org> | 2011-04-22 02:51:43 +0000 |
---|---|---|
committer | Tom Feist <shabble@metavore.org> | 2011-04-22 02:51:43 +0000 |
commit | 51da87b86969341bc46e3a801c8514839ec8b147 (patch) | |
tree | da167debbf56055a3e57f54ebcdd3c8e21391948 /history-search/rl_history_search.pl | |
parent | quit-notify/notifyquit: updated docs & readme to mention that C-c and C-g both (diff) | |
download | irssi-scripts-51da87b86969341bc46e3a801c8514839ec8b147.tar.gz irssi-scripts-51da87b86969341bc46e3a801c8514839ec8b147.zip |
history-search/README: fix list formatting and a POD formatting error.
Diffstat (limited to 'history-search/rl_history_search.pl')
-rw-r--r-- | history-search/rl_history_search.pl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/history-search/rl_history_search.pl b/history-search/rl_history_search.pl index 7561386..7112b51 100644 --- a/history-search/rl_history_search.pl +++ b/history-search/rl_history_search.pl @@ -51,23 +51,23 @@ terminal, or setting C<defflow off> in your F<~/.screenrc>if using GNU Screen. =over 4 -=item C<Enter> +=item * C<Enter> Selects a match and terminates search mode. B<It will also run the currently selected command.> -=item C<Ctrl-G> +=item * C<Ctrl-G> Exits search mode without selecting. -=item C<E<lt>TABE<gt> +=item * C<E<lt>TABE<gt>> Opens a new split window, showing all matching completions. C<E<lt>EscE<gt>> will close the window again, as will any other action that exits history search mode. Possible candidates can be cycled through as normal using C<C-r> and <C-s>. -=item Any other ctrl- or meta- key +=item * Any other ctrl- or meta- key This will terminate search mode, leaving the selected item in the input line. It will not run the command (Except for C<Ctrl-J> and C<Ctrl-M>, which are |