X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=selector.1;h=7b6ec84912b86427ae7027442c0b0b217fcf6f3d;hb=c569a36e1016c619069adfd3fd8b7b3f6d403293;hp=b32325a3c4c7f1eea185858cbeb6f2929f5e0751;hpb=285851f00df3657d63944776a43054ef68420723;p=selector.git diff --git a/selector.1 b/selector.1 index b32325a..7b6ec84 100644 --- a/selector.1 +++ b/selector.1 @@ -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.