mirror of
https://github.com/jarun/nnn.git
synced 2024-11-17 08:32:36 +00:00
Update help
This commit is contained in:
parent
f4f78276e2
commit
4d864d438f
|
@ -23,7 +23,7 @@ complete -c nnn -s E -d 'use EDITOR for undetached edits'
|
||||||
complete -c nnn -s f -d 'use readline history file'
|
complete -c nnn -s f -d 'use readline history file'
|
||||||
complete -c nnn -s g -d 'regex filters'
|
complete -c nnn -s g -d 'regex filters'
|
||||||
complete -c nnn -s H -d 'show hidden files'
|
complete -c nnn -s H -d 'show hidden files'
|
||||||
complete -c nnn -s i -d 'show file info on hover'
|
complete -c nnn -s i -d 'show current file info'
|
||||||
complete -c nnn -s J -d 'no auto-proceed on select'
|
complete -c nnn -s J -d 'no auto-proceed on select'
|
||||||
complete -c nnn -s K -d 'detect key collision'
|
complete -c nnn -s K -d 'detect key collision'
|
||||||
complete -c nnn -s l -r -d 'lines to move per scroll'
|
complete -c nnn -s l -r -d 'lines to move per scroll'
|
||||||
|
|
|
@ -21,7 +21,7 @@ args=(
|
||||||
'(-f)-f[use readline history file]'
|
'(-f)-f[use readline history file]'
|
||||||
'(-g)-g[regex filters]'
|
'(-g)-g[regex filters]'
|
||||||
'(-H)-H[show hidden files]'
|
'(-H)-H[show hidden files]'
|
||||||
'(-i)-i[show file info on hover]'
|
'(-i)-i[show current file info]'
|
||||||
'(-J)-J[no auto-proceed on select]'
|
'(-J)-J[no auto-proceed on select]'
|
||||||
'(-K)-K[detect key collision]'
|
'(-K)-K[detect key collision]'
|
||||||
'(-l)-l[lines to move per scroll]:val'
|
'(-l)-l[lines to move per scroll]:val'
|
||||||
|
|
2
nnn.1
2
nnn.1
|
@ -85,7 +85,7 @@ supports the following options:
|
||||||
show hidden files
|
show hidden files
|
||||||
.Pp
|
.Pp
|
||||||
.Fl i
|
.Fl i
|
||||||
show file information in info bar on hover (may be slow)
|
show current file information in info bar (may be slow)
|
||||||
.Pp
|
.Pp
|
||||||
.Fl J
|
.Fl J
|
||||||
disable auto-proceed on select
|
disable auto-proceed on select
|
||||||
|
|
|
@ -8099,7 +8099,7 @@ static void usage(void)
|
||||||
#endif
|
#endif
|
||||||
" -g regex filters\n"
|
" -g regex filters\n"
|
||||||
" -H show hidden files\n"
|
" -H show hidden files\n"
|
||||||
" -i show file info on hover\n"
|
" -i show current file info\n"
|
||||||
" -J no auto-proceed on select\n"
|
" -J no auto-proceed on select\n"
|
||||||
" -K detect key collision\n"
|
" -K detect key collision\n"
|
||||||
" -l val set scroll lines\n"
|
" -l val set scroll lines\n"
|
||||||
|
|
Loading…
Reference in a new issue