mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Update docs
This commit is contained in:
parent
bb0f1db965
commit
9ff7ed9291
|
@ -255,8 +255,10 @@ When the filter is on, <kbd>/</kbd> works as an additional Leader key.
|
||||||
$ man nnn
|
$ man nnn
|
||||||
To lookup keyboard shortcuts at runtime, press <kbd>?</kbd>.
|
To lookup keyboard shortcuts at runtime, press <kbd>?</kbd>.
|
||||||
|
|
||||||
## Mentions
|
## Elsewhere
|
||||||
|
|
||||||
|
- [Wikipedia](https://en.wikipedia.org/wiki/Nnn_(file_manager))
|
||||||
|
- [ArchWiki](https://wiki.archlinux.org/index.php/Nnn)
|
||||||
- [FOSSMint](https://www.fossmint.com/nnn-linux-terminal-file-browser/)
|
- [FOSSMint](https://www.fossmint.com/nnn-linux-terminal-file-browser/)
|
||||||
- Hacker News [[1](https://news.ycombinator.com/item?id=18520898)] [[2](https://news.ycombinator.com/item?id=19850656)]
|
- Hacker News [[1](https://news.ycombinator.com/item?id=18520898)] [[2](https://news.ycombinator.com/item?id=19850656)]
|
||||||
- [It's FOSS](https://itsfoss.com/nnn-file-browser-linux/)
|
- [It's FOSS](https://itsfoss.com/nnn-file-browser-linux/)
|
||||||
|
|
25
nnn.1
25
nnn.1
|
@ -133,24 +133,19 @@ When there's a unique match and it's a directory,
|
||||||
.Nm
|
.Nm
|
||||||
auto selects the directory and enters it in this mode.
|
auto selects the directory and enters it in this mode.
|
||||||
.Sh SELECTION
|
.Sh SELECTION
|
||||||
Use \fI^J\fR to select the file under the cursor.
|
There are 3 groups of shortcuts to add files to selection:
|
||||||
.Pp
|
.Pp
|
||||||
To select multiple files press \fI^S\fR and enter selection mode.
|
(1) add an individual file to selection
|
||||||
In this mode it's possible to
|
|
||||||
.Pp
|
|
||||||
(1) cherry-pick individual files one by one by pressing \fI^J\fR on each entry (works across directories and contexts); or,
|
|
||||||
.br
|
.br
|
||||||
(2) navigate to another file in the same directory to select a range of files.
|
(2) add a range of files to selection
|
||||||
.Pp
|
|
||||||
Running any operation that uses the selection OR pressing \fI^S\fR again will save the selection and exit the selection mode.
|
|
||||||
.Pp
|
|
||||||
Press \fI^S\fR twice to clear selection.
|
|
||||||
.Pp
|
|
||||||
Selected files are visually indicated by a \fI+\fR before the entries.
|
|
||||||
.br
|
.br
|
||||||
The files in the list can now be listed, copied, moved, removed, archived or linked.
|
(3) add all files in the current directory to selection
|
||||||
|
.Pp
|
||||||
|
Repeat range selection on the same entry to clear selection. Selected files are visually indicated by a \fI+\fR before the entries.
|
||||||
.br
|
.br
|
||||||
Absolute paths of the selected files are copied to the temporary file \fB.selection\fR in config directory. The path is shown in the help and configuration screen. If \fB$NNN_COPIER\fR is set (see ENVIRONMENT section below) the file paths are also copied to the system clipboard.
|
The selection can now be listed, copied, moved, removed, archived or linked.
|
||||||
|
.br
|
||||||
|
Absolute paths of the selected files are copied to the temporary file \fB.selection\fR in the config directory. The path is shown in the help and configuration screen. If \fB$NNN_COPIER\fR is set (see ENVIRONMENT section below) the file paths are also copied to the system clipboard.
|
||||||
.Sh ENVIRONMENT
|
.Sh ENVIRONMENT
|
||||||
The SHELL, EDITOR (VISUAL, if defined) and PAGER environment variables take precedence
|
The SHELL, EDITOR (VISUAL, if defined) and PAGER environment variables take precedence
|
||||||
when dealing with the !, e and p commands respectively. A single combination to arguments is supported for SHELL and PAGER.
|
when dealing with the !, e and p commands respectively. A single combination to arguments is supported for SHELL and PAGER.
|
||||||
|
@ -203,6 +198,8 @@ when dealing with the !, e and p commands respectively. A single combination to
|
||||||
.Bd -literal
|
.Bd -literal
|
||||||
export NNN_TRASH=1
|
export NNN_TRASH=1
|
||||||
.Ed
|
.Ed
|
||||||
|
.Pp
|
||||||
|
\fBNN:\fR this is a special variable set to the current entry before executing a command from the command prompt or spawning a shell.
|
||||||
.Sh KNOWN ISSUES
|
.Sh KNOWN ISSUES
|
||||||
.Nm
|
.Nm
|
||||||
may not handle keypresses correctly when used with tmux (see issue #104 for more details). Set \fBTERM=xterm-256color\fR to address it.
|
may not handle keypresses correctly when used with tmux (see issue #104 for more details). Set \fBTERM=xterm-256color\fR to address it.
|
||||||
|
|
Loading…
Reference in a new issue