Use the --bash option in the key-binding example.
[selector.git] / selector.1
index b32325a..7b6ec84 100644 (file)
@@ -147,12 +147,12 @@ command 'bind' in your bash initialization file. For instance, to
 associate it to M-r (that is, the "Alt" and "r" key pressed together),
 just add something like
 
-bind \(aq\(dq\\C-[r\(dq:\(dq\\C-a\\C-kselector -q -b -i -d -v -w -l ${HISTSIZE} <(history)\\C-m\(dq\(aq
+bind \(aq\(dq\\C-[r\(dq:\(dq\\C-a\\C-kselector --bash <(history)\\C-m\(dq\(aq
 
 in your
 .IR ~/.bashrc .
 
-This bindings uses the control character ^A to put the cursor to the
+This binding 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.