aboutsummaryrefslogtreecommitdiffstats
path: root/nnn.1
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-08-06 08:56:33 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-08-06 10:22:17 +0530
commit7dbf1ca3b7b53bf72c6dc6d9a4959ac53fb791b6 (patch)
treed1e7c8b46cc8ac1771b34012d282524485ee395c /nnn.1
parent75c34d5f68efedd3cccc1712a56bb3276c90b708 (diff)
downloadnnn-7dbf1ca3b7b53bf72c6dc6d9a4959ac53fb791b6.tar.gz
Update docs
Diffstat (limited to 'nnn.1')
-rw-r--r--nnn.110
1 files changed, 7 insertions, 3 deletions
diff --git a/nnn.1 b/nnn.1
index 76c8c19..3aa4ab2 100644
--- a/nnn.1
+++ b/nnn.1
@@ -72,7 +72,7 @@ supports the following options:
indicates that the opener is a cli-only opener (overrides -e)
.Pp
.Fl C
- color directories by context, disable file colors
+ earlier colorscheme - color directories by context, disable file colors
.Pp
.Fl d
detail mode
@@ -428,9 +428,9 @@ separated by \fI;\fR:
.Pp
\fBNNN_FCOLORS:\fR specify file-type specific colors:
.Bd -literal
- export NNN_FCOLORS='c1e2272e006033f9c6d6abc4'
+ export NNN_FCOLORS='c1e2272e006033f7c6d6abc4'
- Redefine default file specific colors with xterm 256 color codes (2 hex symbols per color).
+ Specify file-specific colors with xterm 256 color codes (2 hex symbols per color).
Order is strict, use 00 to omit/use default terminal color. Defaults:
------------------------- + --- + -------------
@@ -449,6 +449,10 @@ separated by \fI;\fR:
Socket | ab | MediumOrchid1
Unknown OR 0B regular/exe | c4 | Red1
------------------------- + --- + -------------
+
+ If the terminal supports xterm 256 colors or more, file-specific colors will be rendered.
+ To force the earlier colorscheme (dirs follow context color) use option -C.
+ If xterm 256 colors aren't supported, earlier colorscheme will be used.
.Ed
.Pp
\fBNNN_ARCHIVE:\fR archive types to be handled silently (default: bzip2, (g)zip, tar).