mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
-A doc: change auto-select to auto-enter
This commit is contained in:
parent
c234c05b3d
commit
d215a9c61d
8
nnn.1
8
nnn.1
|
@ -23,7 +23,7 @@ is a performance-optimized, feature-packed fork of noice
|
||||||
.Em http://git.2f30.org/noice/
|
.Em http://git.2f30.org/noice/
|
||||||
with seamless desktop integration, simplified navigation,
|
with seamless desktop integration, simplified navigation,
|
||||||
.Em type-to-nav
|
.Em type-to-nav
|
||||||
mode with auto select, disk usage analyzer mode, bookmarks,
|
mode with auto enter, disk usage analyzer mode, bookmarks,
|
||||||
contexts, application launcher, familiar navigation shortcuts,
|
contexts, application launcher, familiar navigation shortcuts,
|
||||||
subshell spawning and much more. It remains a simple and
|
subshell spawning and much more. It remains a simple and
|
||||||
efficient file manager that stays out of your way.
|
efficient file manager that stays out of your way.
|
||||||
|
@ -48,7 +48,7 @@ supports the following options:
|
||||||
auto-setup temporary NNN_FIFO (described in ENVIRONMENT section)
|
auto-setup temporary NNN_FIFO (described in ENVIRONMENT section)
|
||||||
.Pp
|
.Pp
|
||||||
.Fl A
|
.Fl A
|
||||||
disable directory auto-select in type-to-nav mode
|
disable directory auto-enter in type-to-nav mode
|
||||||
.Pp
|
.Pp
|
||||||
.Fl "b key"
|
.Fl "b key"
|
||||||
specify bookmark key to open
|
specify bookmark key to open
|
||||||
|
@ -265,8 +265,8 @@ mode, allowing continuous navigation.
|
||||||
.br
|
.br
|
||||||
When there's a unique match and it's a directory,
|
When there's a unique match and it's a directory,
|
||||||
.Nm
|
.Nm
|
||||||
auto selects the directory and enters it in this mode. Use the relevant
|
auto enters it in this mode. Use the relevant program option to disable this
|
||||||
program option to disable this behaviour.
|
behaviour.
|
||||||
.Sh SELECTION
|
.Sh SELECTION
|
||||||
.Nm
|
.Nm
|
||||||
allows file selection across directories and contexts!
|
allows file selection across directories and contexts!
|
||||||
|
|
Loading…
Reference in a new issue