aboutsummaryrefslogtreecommitdiffstats
path: root/misc/auto-completion/zsh/_nnn
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-12-25 14:37:51 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-12-25 14:37:51 +0530
commit278fcfdfc930ff32f3159e84facec79165019570 (patch)
tree2dbef1fbe922b7c92dfc91e9740f2ac7f17f16e8 /misc/auto-completion/zsh/_nnn
parent89a158b9f42decbd9e5c8f4a0d5f3a63270b37dd (diff)
downloadnnn-278fcfdfc930ff32f3159e84facec79165019570.tar.gz
Use b and ^B as bookmark key
Diffstat (limited to 'misc/auto-completion/zsh/_nnn')
-rw-r--r--misc/auto-completion/zsh/_nnn4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/auto-completion/zsh/_nnn b/misc/auto-completion/zsh/_nnn
index c37012c..a8b5f23 100644
--- a/misc/auto-completion/zsh/_nnn
+++ b/misc/auto-completion/zsh/_nnn
@@ -16,9 +16,8 @@ args=(
'(-E)-E[use EDITOR for undetached edits]'
'(-g)-g[regex filters]'
'(-H)-H[show hidden files]'
- '(-i)-i[start in navigate-as-you-type mode]'
'(-K)-K[detect key collision]'
- '(-n)-n[use version compare to sort files]'
+ '(-n)-n[start in navigate-as-you-type mode]'
'(-o)-o[open files only on Enter]'
'(-p)-p[copy selection to file]:file name'
'(-Q)-Q[disable quit confirmation]'
@@ -28,6 +27,7 @@ args=(
'(-S)-S[start in disk usage analyzer mode]'
'(-t)-t[disable dir auto-select]'
'(-v)-v[show program version and exit]'
+ '(-V)-V[use version compare to sort files]'
'(-x)-x[notis, sel to system clipboard]'
'(-h)-h[show program help]'
'*:filename:_files'