Use the --bash option in the key-binding example.
authorFrancois Fleuret <francois@fleuret.org>
Sat, 5 Feb 2011 10:20:24 +0000 (11:20 +0100)
committerFrancois Fleuret <francois@fleuret.org>
Sat, 5 Feb 2011 10:20:24 +0000 (11:20 +0100)
selector.1

index 7310722..7b6ec84 100644 (file)
@@ -147,7 +147,7 @@ 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 .