mirror of
https://github.com/jarun/nnn.git
synced 2024-11-17 16:39:14 +00:00
upadte the source code according to the docs
This commit is contained in:
parent
d215a9c61d
commit
62f1004836
2
nnn.1
2
nnn.1
|
@ -235,7 +235,7 @@ in \fBtype-to-nav\fR mode:
|
||||||
Key | Function
|
Key | Function
|
||||||
------ + ------------------------
|
------ + ------------------------
|
||||||
' | Go to first non-dir file
|
' | Go to first non-dir file
|
||||||
+ | Toggle auto-proceed on file open
|
+ | Toggle auto-proceed on open
|
||||||
, | Mark CWD
|
, | Mark CWD
|
||||||
- | Go to last visited dir
|
- | Go to last visited dir
|
||||||
. | Show hidden files
|
. | Show hidden files
|
||||||
|
|
|
@ -8112,7 +8112,7 @@ static void usage(void)
|
||||||
#ifndef NOFIFO
|
#ifndef NOFIFO
|
||||||
" -a auto NNN_FIFO\n"
|
" -a auto NNN_FIFO\n"
|
||||||
#endif
|
#endif
|
||||||
" -A no dir auto-enter\n"
|
" -A no dir auto-enter in type-to-nav\n"
|
||||||
" -b key open bookmark key (trumps -s/S)\n"
|
" -b key open bookmark key (trumps -s/S)\n"
|
||||||
" -c cli-only NNN_OPENER (trumps -e)\n"
|
" -c cli-only NNN_OPENER (trumps -e)\n"
|
||||||
" -C 8-color scheme\n"
|
" -C 8-color scheme\n"
|
||||||
|
|
Loading…
Reference in a new issue