mirror of
https://github.com/jarun/nnn.git
synced 2025-01-15 21:36:42 +00:00
make the manpage more clear
some of the terms used in the manpage aren't exactly obvious, especially to a new user. this is an attempt at making the manual more clear and remove any potential confusion. here's a couple issues i've noticed where users were confused due to non clear manpage description: https://github.com/jarun/nnn/issues/1268 https://github.com/jarun/nnn/issues/1269 https://github.com/jarun/nnn/issues/1209
This commit is contained in:
parent
892e4c0082
commit
23edf571a7
10
nnn.1
10
nnn.1
|
@ -89,6 +89,7 @@ supports the following options:
|
||||||
.Pp
|
.Pp
|
||||||
.Fl J
|
.Fl J
|
||||||
disable auto-proceed on select
|
disable auto-proceed on select
|
||||||
|
(eg. making a selection will no longer move cursor to the next entry)
|
||||||
.Pp
|
.Pp
|
||||||
.Fl K
|
.Fl K
|
||||||
test for keybind collision
|
test for keybind collision
|
||||||
|
@ -113,10 +114,11 @@ supports the following options:
|
||||||
.Pp
|
.Pp
|
||||||
.Fl r
|
.Fl r
|
||||||
show cp, mv progress
|
show cp, mv progress
|
||||||
(Linux-only, needs advcpmv; '^T' shows the progress on BSD/macOS)
|
(Linux-only, needs \fIadvcpmv\fR; '^T' shows the progress on BSD/macOS)
|
||||||
.Pp
|
.Pp
|
||||||
.Fl R
|
.Fl R
|
||||||
disable rollover at edges
|
disable rollover at edges (eg. pressing \fIdown\fR while on the last
|
||||||
|
entry will no longer move cursor to the first entry and vice\-versa)
|
||||||
.Pp
|
.Pp
|
||||||
.Fl "s name"
|
.Fl "s name"
|
||||||
load a session by name
|
load a session by name
|
||||||
|
@ -142,8 +144,8 @@ supports the following options:
|
||||||
show version and exit
|
show version and exit
|
||||||
.Pp
|
.Pp
|
||||||
.Fl x
|
.Fl x
|
||||||
show notis on selection cp, mv, rm completion
|
show notis on selection cp, mv, rm completion (requires \fI.cbcp\fR plugin)
|
||||||
copy path to system clipboard on select
|
copy path to system clipboard on select (requires \fI.ntfy\fR plugin)
|
||||||
show xterm title (if non-picker mode)
|
show xterm title (if non-picker mode)
|
||||||
.Pp
|
.Pp
|
||||||
.Fl h
|
.Fl h
|
||||||
|
|
Loading…
Reference in a new issue