diff options
author | 2019-12-14 19:00:09 +0530 | |
---|---|---|
committer | 2019-12-14 19:18:19 +0530 | |
commit | 09083f3ed6749567c4e315a68f071811ee776f80 (patch) | |
tree | bc38eceb7299e7e32df96e5637d2b38596fad0ef /misc/auto-completion/zsh | |
parent | 04d10fc94bcf977f84b22fe0a215ca22c5e55853 (diff) | |
download | nnn-09083f3ed6749567c4e315a68f071811ee776f80.tar.gz |
Update docs
Diffstat (limited to 'misc/auto-completion/zsh')
-rw-r--r-- | misc/auto-completion/zsh/_nnn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/auto-completion/zsh/_nnn b/misc/auto-completion/zsh/_nnn index 34db851..a7ce0ba 100644 --- a/misc/auto-completion/zsh/_nnn +++ b/misc/auto-completion/zsh/_nnn @@ -16,6 +16,7 @@ args=( '(-e)-e[load session]:session name' '(-E)-E[use EDITOR for undetached edits]' '(-f)-f[run filter as cmd on prompt key]' + '(-g)-g[regex filters]' '(-H)-H[show hidden files]' '(-i)-i[start in navigate-as-you-type mode]' '(-K)-K[detect key collision]' @@ -24,7 +25,6 @@ args=( '(-p)-p[copy selection to file]:file name' '(-r)-r[show cp, mv progress (Linux-only)]' '(-R)-R[disable rollover at edges]' - '(-s)-s[use substring match for filters]' '(-S)-S[start in disk usage analyzer mode]' '(-t)-t[disable dir auto-select]' '(-v)-v[show program version and exit]' |