Browse Source

Case-insensitive Ctrl-key handling, man page update

master
Arun Prakash Jana 4 years ago
parent
commit
233b801131
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 changed files with 2 additions and 7 deletions
  1. +2
    -7
      nnn.1

+ 2
- 7
nnn.1 View File

@@ -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…
Cancel
Save