diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2020-09-01 23:06:26 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2020-09-01 23:06:26 +0530 |
commit | 0b0605813d13e98ad328039292d5b97fc5c000f6 (patch) | |
tree | 37cc885000dcfc01d400ad0df72a05ff65f793ff /misc/auto-completion/zsh | |
parent | 02bb39855008253cdb64b0d8c3b866f952de8f34 (diff) | |
download | nnn-0b0605813d13e98ad328039292d5b97fc5c000f6.tar.gz |
Update auto-completion scripts
Diffstat (limited to 'misc/auto-completion/zsh')
-rw-r--r-- | misc/auto-completion/zsh/_nnn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/auto-completion/zsh/_nnn b/misc/auto-completion/zsh/_nnn index 2d973a1..0de2bda 100644 --- a/misc/auto-completion/zsh/_nnn +++ b/misc/auto-completion/zsh/_nnn @@ -15,12 +15,14 @@ args=( '(-c)-c[cli-only opener]' '(-C)-C[color by context]' '(-d)-d[start in detail mode]' + '(-D)-D[dirs in context color]' '(-e)-e[open text files in $VISUAL/$EDITOR/vi]' '(-E)-E[use EDITOR for undetached edits]' '(-f)-f[use readline history file]' '(-F)-F[show fortune]' '(-g)-g[regex filters]' '(-H)-H[show hidden files]' + '(-J)-J[no auto-proceed on select]' '(-K)-K[detect key collision]' '(-l)-l[lines to move per scroll]:val' '(-n)-n[start in type-to-nav mode]' |