mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Case-insensitive Ctrl-key handling, man page update
This commit is contained in:
parent
bf89040ace
commit
233b801131
9
nnn.1
9
nnn.1
|
@ -377,14 +377,9 @@ separated by \fI;\fR:
|
|||
.Pp
|
||||
\fBNNN_MCLICK:\fR key emulated by a middle mouse click.
|
||||
.Bd -literal
|
||||
export NNN_MCLICK='p'
|
||||
export NNN_MCLICK='^R'
|
||||
|
||||
NOTES:
|
||||
1. To specify a \fICtrl+key\fR combo:
|
||||
|
||||
export NNN_MCLICK='^A'
|
||||
|
||||
2. Otherwise, only the first character is considered.
|
||||
NOTE: Only the first character is considered if not a \fICtrl+key\fR combo.
|
||||
.Ed
|
||||
.Pp
|
||||
\fBnnn:\fR this is a special variable set to the hovered entry before executing
|
||||
|
|
Loading…
Reference in a new issue