diff options
| author | 2019-03-20 09:14:39 +0530 | |
|---|---|---|
| committer | 2019-03-20 09:22:44 +0530 | |
| commit | 10c8344fbd91fe24063d1a700f7a4b2a2d35426e (patch) | |
| tree | 44798ad31a823ef92271991cfb9e695baa2253e2 /scripts/auto-completion | |
| parent | b0960a2e3d89f680eb5a0bc46379309d3a1eae05 (diff) | |
| download | nnn-10c8344fbd91fe24063d1a700f7a4b2a2d35426e.tar.gz | |
Update docs
Diffstat (limited to 'scripts/auto-completion')
| -rw-r--r-- | scripts/auto-completion/fish/nnn.fish | 2 | ||||
| -rw-r--r-- | scripts/auto-completion/zsh/_nnn | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/auto-completion/fish/nnn.fish b/scripts/auto-completion/fish/nnn.fish index 59182b5..02f8024 100644 --- a/scripts/auto-completion/fish/nnn.fish +++ b/scripts/auto-completion/fish/nnn.fish @@ -16,4 +16,4 @@ complete -c nnn -s p -r -d 'copy selection to file' complete -c nnn -s s -d 'use substring match for filters' complete -c nnn -s S -d 'start in disk usage analyzer mode' complete -c nnn -s v -d 'show program version and exit' -complete -c nnn -s w -d 'wild mode' +complete -c nnn -s w -d 'wild load' diff --git a/scripts/auto-completion/zsh/_nnn b/scripts/auto-completion/zsh/_nnn index bda285b..20a313f 100644 --- a/scripts/auto-completion/zsh/_nnn +++ b/scripts/auto-completion/zsh/_nnn @@ -20,7 +20,7 @@ args=( '(-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 mode]' + '(-w)-w[wild load]' '*:filename:_files' ) _arguments -S -s $args |