aboutsummaryrefslogtreecommitdiffstats
path: root/nnn.1
diff options
context:
space:
mode:
authorGravatar Paul <paul.elder@amanokami.net>2017-09-19 02:30:54 -0400
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2017-09-19 12:00:54 +0530
commitdf4b557ca15cacc190f1265efe0db7d1cffae085 (patch)
treee55e7c0cfc6cd920a82efd50201bc096318ca73d /nnn.1
parent968beb434af29417a8490ce66435d157cf869495 (diff)
downloadnnn-df4b557ca15cacc190f1265efe0db7d1cffae085.tar.gz
Prevent nnn from waiting on open file process (#40)
* Prevent nnn from waiting on open file process * Add env var flag to not wait for child process when opening file * Set nowait flag once to skip bit-or every time we open a file * Add documentation for NNN_NOWAIT
Diffstat (limited to 'nnn.1')
-rw-r--r--nnn.16
1 files changed, 6 insertions, 0 deletions
diff --git a/nnn.1 b/nnn.1
index 9ad5c82..13d7c35 100644
--- a/nnn.1
+++ b/nnn.1
@@ -207,6 +207,12 @@ screensaver.
echo -n $1 | xsel --clipboard --input
-------------------------------------
.Ed
+.Pp
+\fBNNN_NOWAIT:\fR make nnn not block while a file is open. Only necessary if
+nnn is blocking while a file is open.
+.Bd -literal
+ export NNN_NOWAIT=1
+.Ed
.Sh KNOWN ISSUES
If you are using urxvt you might have to set backspacekey to DEC.
.Sh AUTHORS