mirror of
https://github.com/dvorka/hstr.git
synced 2025-02-24 14:57:35 +08:00
Fixed #46 by adding fix command (fc) bound to left arrow allowing to edit command.
This commit is contained in:
parent
becaeee64c
commit
4b94055938
1 changed files with 5 additions and 2 deletions
7
man/hh.1
7
man/hh.1
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue