aboutsummaryrefslogtreecommitdiffstats
path: root/nnn.1
diff options
context:
space:
mode:
Diffstat (limited to 'nnn.1')
-rw-r--r--nnn.112
1 files changed, 12 insertions, 0 deletions
diff --git a/nnn.1 b/nnn.1
index 3682e09..28e069d 100644
--- a/nnn.1
+++ b/nnn.1
@@ -375,6 +375,18 @@ separated by \fI;\fR:
export NNN_TRASH=1
.Ed
.Pp
+\fBNNN_MCLICK:\fR key emulated by a middle mouse click.
+.Bd -literal
+ export NNN_MCLICK='p'
+
+ NOTES:
+ 1. You can use the '^\fIkey\fR' syntax to assign it to a \fICtrl+key\fR combo, e.g.:
+
+ export NNN_MCLICK='^A'
+
+ 2. Otherwise, only the first character is taken into account.
+.Ed
+.Pp
\fBnnn:\fR this is a special variable set to the hovered entry before executing
a command from the command prompt or spawning a shell.
.Sh KNOWN ISSUES