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
c9a17d80be
commit
bf89040ace
4
nnn.1
4
nnn.1
|
@ -380,11 +380,11 @@ separated by \fI;\fR:
|
||||||
export NNN_MCLICK='p'
|
export NNN_MCLICK='p'
|
||||||
|
|
||||||
NOTES:
|
NOTES:
|
||||||
1. You can use the '^\fIkey\fR' syntax to assign it to a \fICtrl+key\fR combo, e.g.:
|
1. To specify a \fICtrl+key\fR combo:
|
||||||
|
|
||||||
export NNN_MCLICK='^A'
|
export NNN_MCLICK='^A'
|
||||||
|
|
||||||
2. Otherwise, only the first character is taken into account.
|
2. Otherwise, only the first character is considered.
|
||||||
.Ed
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
\fBnnn:\fR this is a special variable set to the hovered entry before executing
|
\fBnnn:\fR this is a special variable set to the hovered entry before executing
|
||||||
|
|
Loading…
Reference in a new issue