diff options
author | 2020-08-04 20:36:19 +0530 | |
---|---|---|
committer | 2020-08-04 20:36:19 +0530 | |
commit | 42fd2a4d13c370e54ebe812560fc7e82c17ccc97 (patch) | |
tree | 0233dc8273638859e274359b465d60071ffa75da /misc/auto-completion/zsh | |
parent | ae961da157597e2fc8df27bf38728c0630fe567e (diff) | |
download | nnn-42fd2a4d13c370e54ebe812560fc7e82c17ccc97.tar.gz |
Program option to use older
Diffstat (limited to 'misc/auto-completion/zsh')
-rw-r--r-- | misc/auto-completion/zsh/_nnn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/auto-completion/zsh/_nnn b/misc/auto-completion/zsh/_nnn index 1bc328a..2d973a1 100644 --- a/misc/auto-completion/zsh/_nnn +++ b/misc/auto-completion/zsh/_nnn @@ -13,7 +13,7 @@ args=( '(-A)-A[disable dir auto-select]' '(-b)-b[bookmark key to open]:key char' '(-c)-c[cli-only opener]' - '(-C)-C[hardware cursor mode]' + '(-C)-C[color by context]' '(-d)-d[start in detail mode]' '(-e)-e[open text files in $VISUAL/$EDITOR/vi]' '(-E)-E[use EDITOR for undetached edits]' @@ -36,6 +36,7 @@ args=( '(-T)-T[a d e r s t v]:key' '(-u)-u[use selection (no prompt)]' '(-V)-V[show program version and exit]' + '(-w)-C[hardware cursor mode]' '(-x)-x[notis, sel to system clipboard]' '(-h)-h[show program help]' '*:filename:_files' |