diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2020-08-04 20:36:19 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2020-08-04 20:36:19 +0530 |
commit | 42fd2a4d13c370e54ebe812560fc7e82c17ccc97 (patch) | |
tree | 0233dc8273638859e274359b465d60071ffa75da /nnn.1 | |
parent | ae961da157597e2fc8df27bf38728c0630fe567e (diff) | |
download | nnn-42fd2a4d13c370e54ebe812560fc7e82c17ccc97.tar.gz |
Program option to use older
Diffstat (limited to 'nnn.1')
-rw-r--r-- | nnn.1 | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -17,6 +17,7 @@ .Op Ar -f .Op Ar -F .Op Ar -g +.Op Ar -h .Op Ar -H .Op Ar -K .Op Ar -l @@ -71,7 +72,7 @@ supports the following options: indicates that the opener is a cli-only opener (overrides -e) .Pp .Fl C - place hardware cursor on hovered entry + color directories by context, disable file colors .Pp .Fl d detail mode @@ -91,6 +92,9 @@ supports the following options: .Fl g use regex filters instead of substring match .Pp +.Fl h + place hardware cursor on hovered entry +.Pp .Fl H show hidden files .Pp |