\fB-f \fI<input_filename>\fR
specify a file to search into (option kept for compatibility reasons)
-.SH "EXAMPLE"
+.SH "EXAMPLES"
To use selector to search into your bash history
in your
.IR ~/.bashrc .
+This bindings uses the control character ^A to put the cursor to the
+mostleft location and ^K to erase the current content of the readline
+buffer, and it simulates the enter key with ^M.
+
Note that depending on the configuration of your system, the sequence
associated to the M-r key, which is here "C-[r", may differ. To figure
it out, simply press C-q followed by M-r in the console.
-The control character "C-a" puts the cursor to the mostleft location,
-"C-k" erases the current content of the readline buffer, and "C-m"
-simulates the enter key.
-
.SH "BUGS"
There are modeline display problems if the pattern is too long. This
.SH "AUTHOR"
-The selector command was written by Francois Fleuret
-<francois@fleuret.org> and is distributed under the terms of the GNU
-General Public License version 3 as published by the Free Software
-Foundation. This is free software: you are free to change and
-redistribute it. There is NO WARRANTY, to the extent permitted by law.
+Written by Francois Fleuret <francois@fleuret.org> and distributed
+under the terms of the GNU General Public License version 3 as
+published by the Free Software Foundation. This is free software: you
+are free to change and redistribute it. There is NO WARRANTY, to the
+extent permitted by law.