Man page update

Pick up some improvements from PR #929
This commit is contained in:
Arun Prakash Jana 2021-03-30 09:10:53 +05:30
parent e459d912b0
commit 34f20ea678
2 changed files with 15 additions and 34 deletions

View file

@ -190,6 +190,7 @@ Don't memorize! Arrows (or <kbd>h</kbd> <kbd>j</kbd> <kbd>k</kbd> <kbd>l</kbd>),
- [KlzXS](https://github.com/KlzXS) - [KlzXS](https://github.com/KlzXS)
- [Léo Villeveygoux](https://github.com/leovilok) - [Léo Villeveygoux](https://github.com/leovilok)
- [Maxim Baz](https://github.com/maximbaz) - [Maxim Baz](https://github.com/maximbaz)
- [Sijmen J. Mulder](https://github.com/sjmulder)
- [Todd Yamakawa](https://github.com/toddyamakawa) - [Todd Yamakawa](https://github.com/toddyamakawa)
- and other contributors - and other contributors

48
nnn.1
View file

@ -6,47 +6,25 @@
.Nd The unorthodox terminal file manager. .Nd The unorthodox terminal file manager.
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm .Nm
.Op Ar -a .Op Ar -aAcCdDeEfFgHJKlnQrRSuUVwxh
.Op Ar -A
.Op Ar -b key .Op Ar -b key
.Op Ar -c
.Op Ar -C
.Op Ar -d
.Op Ar -D
.Op Ar -e
.Op Ar -E
.Op Ar -f
.Op Ar -F
.Op Ar -g
.Op Ar -H
.Op Ar -J
.Op Ar -K
.Op Ar -l
.Op Ar -n
.Op Ar -p file .Op Ar -p file
.Op Ar -P key .Op Ar -P key
.Op Ar -Q
.Op Ar -r
.Op Ar -R
.Op Ar -s name .Op Ar -s name
.Op Ar -S
.Op Ar -t secs .Op Ar -t secs
.Op Ar -T key .Op Ar -T key
.Op Ar -u
.Op Ar -U
.Op Ar -V
.Op Ar -w
.Op Ar -x
.Op Ar -h
.Op Ar PATH .Op Ar PATH
.Sh DESCRIPTION .Sh DESCRIPTION
.Nm .Nm
(Nnn's Not Noice) is a performance-optimized, feature-packed fork of .Pq Nnn's Not Noice
noice (http://git.2f30.org/noice/) with seamless desktop is a performance-optimized, feature-packed fork of noice
integration, simplified navigation, \fItype-to-nav\fR mode with .Em http://git.2f30.org/noice/
auto select, disk usage analyzer mode, bookmarks, contexts, application with seamless desktop integration, simplified navigation,
launcher, familiar navigation shortcuts, subshell spawning and much .Em type-to-nav
more. It remains a simple and efficient file manager that stays out of your way. mode with auto select, disk usage analyzer mode, bookmarks,
contexts, application launcher, familiar navigation shortcuts,
subshell spawning and much more. It remains a simple and
efficient file manager that stays out of your way.
.Pp .Pp
.Nm .Nm
opens the current working directory by default if opens the current working directory by default if
@ -54,7 +32,9 @@ opens the current working directory by default if
is not specified. is not specified.
.Sh KEYBINDS .Sh KEYBINDS
.Pp .Pp
Press \fB?\fR in Press
.Ql \&?
in
.Nm .Nm
to see the list of keybinds. to see the list of keybinds.
.Sh OPTIONS .Sh OPTIONS
@ -166,7 +146,7 @@ supports the following options:
.Sh CONFIGURATION .Sh CONFIGURATION
There is no configuration file. Associated files are at There is no configuration file. Associated files are at
.Pp .Pp
\fB${XDG_CONFIG_HOME:-$HOME/.config}/nnn/\fR .Pa ${XDG_CONFIG_HOME:-$HOME/.config}/nnn/
.Pp .Pp
Configuration is done using a few optional (set if you need) environment Configuration is done using a few optional (set if you need) environment
variables. See ENVIRONMENT section. variables. See ENVIRONMENT section.