diff options
| author | 2019-12-14 23:28:13 +0530 | |
|---|---|---|
| committer | 2019-12-14 23:28:13 +0530 | |
| commit | 208a6605f55474abb1ba45296749177752895f5f (patch) | |
| tree | 22411edb3dc9869700e6274c24b66d5c9a7a1acc /misc/auto-completion/zsh | |
| parent | d58ab38c52f4cf8d8e460cd35bc3c2665de3ecbe (diff) | |
| download | nnn-208a6605f55474abb1ba45296749177752895f5f.tar.gz | |
Fix #402
Diffstat (limited to 'misc/auto-completion/zsh')
| -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 777894f..6e94a0e 100644 --- a/misc/auto-completion/zsh/_nnn +++ b/misc/auto-completion/zsh/_nnn @@ -22,6 +22,7 @@ args=( '(-n)-n[use version compare to sort files]' '(-o)-o[open files only on Enter]' '(-p)-p[copy selection to file]:file name' + '(-Q)-Q[disable quit confirmation]' '(-r)-r[show cp, mv progress (Linux-only)]' '(-R)-R[disable rollover at edges]' '(-S)-S[start in disk usage analyzer mode]' |