Fixed #46 by adding fix command (fc) bound to left arrow allowing to edit command.

This commit is contained in:
Martin Dvorak 2015-01-26 09:01:24 +01:00
parent becaeee64c
commit 4b94055938

View file

@ -47,14 +47,17 @@ Rotate view of history as provided by BASH, ranked history ordered by the number
Add currently selected command to favorites.
.TP
\fBCtrl\-l\fR
Make search pattern lowercase or uppercase.
Make search pattern lowercase or uppercase.
.TP
\fBCtrl\-r\fR, \fBUP\fR arrow, \fBDOWN\fR arrow, \fBCtrl\-n\fR, \fBCtrl\-p\fR
Navigate in the history list.
.TP
\fBTAB\fR, \fBLEFT\fR arrow, \fBRIGHT\fR arrow,
\fBTAB\fR, \fBRIGHT\fR arrow
Choose currently selected item for completion and let user to edit it on the command prompt.
.TP
\fBLEFT\fR arrow
Choose currently selected item for completion and let user to edit it editor (fix command).
.TP
\fBENTER\fR
Choose currently selected item for completion and execute it.
.TP