diff options
author | Ian R <ian@eonndev.com> | 2020-06-11 05:46:40 +0000 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2020-06-11 11:30:43 +0530 |
commit | 1f22da2994bda1fb02fec884558343d7b8207e06 (patch) | |
tree | d57ded0523054b3b6e712cebb2e8a3ebb95e264b /misc/auto-completion/zsh/_nnn | |
parent | 2d5952fef7a16c55aa10df17175a25fac9c6f1ed (diff) | |
download | nnn-1f22da2994bda1fb02fec884558343d7b8207e06.tar.gz |
Feature #534: Support hardware cursor sync
Diffstat (limited to 'misc/auto-completion/zsh/_nnn')
-rw-r--r-- | misc/auto-completion/zsh/_nnn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/auto-completion/zsh/_nnn b/misc/auto-completion/zsh/_nnn index 4504155..75a19e2 100644 --- a/misc/auto-completion/zsh/_nnn +++ b/misc/auto-completion/zsh/_nnn @@ -13,6 +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]' '(-d)-d[start in detail mode]' '(-e)-e[open text files in $VISUAL/$EDITOR/vi]' '(-E)-E[use EDITOR for undetached edits]' |