aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/auto-completion/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/auto-completion/zsh')
-rw-r--r--scripts/auto-completion/zsh/_nnn25
1 files changed, 0 insertions, 25 deletions
diff --git a/scripts/auto-completion/zsh/_nnn b/scripts/auto-completion/zsh/_nnn
deleted file mode 100644
index 17d1c1a..0000000
--- a/scripts/auto-completion/zsh/_nnn
+++ /dev/null
@@ -1,25 +0,0 @@
-#compdef nnn
-#
-# Completion definition for nnn.
-#
-# Author:
-# Arun Prakash Jana <engineerarun@gmail.com>
-#
-
-setopt localoptions noshwordsplit noksharrays
-local -a args
-args=(
- '(-b)-b[bookmark key to open]:key char'
- '(-d)-d[show hidden files]'
- '(-e)-e[use exiftool instead of mediainfo]'
- '(-h)-h[show this help and exit]'
- '(-i)-i[start in navigate-as-you-type mode]'
- '(-l)-l[start in light mode (fewer details)]'
- '(-p)-p[copy selection to file]:file name'
- '(-s)-s[use substring match for filters]'
- '(-S)-S[start in disk usage analyzer mode]'
- '(-v)-v[show program version and exit]'
- '(-w)-w[wild load]'
- '*:filename:_files'
-)
-_arguments -S -s $args