diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2020-06-15 19:54:44 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2020-06-15 19:54:44 +0530 |
commit | 4b4bf6cca55e7f6710113e36c5ff8f776ca045a2 (patch) | |
tree | db6e3076f2daa3c6dfe16d319d8f7bab8adb4c60 /misc/auto-completion/zsh | |
parent | d9b8b0e8216ca76e25a2589ad1527d90e78aec43 (diff) | |
download | nnn-4b4bf6cca55e7f6710113e36c5ff8f776ca045a2.tar.gz |
Option -u to disable current/selection prompt
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 75a19e2..1bc328a 100644 --- a/misc/auto-completion/zsh/_nnn +++ b/misc/auto-completion/zsh/_nnn @@ -34,6 +34,7 @@ args=( '(-S)-S[persistent session]' '(-t)-t[timeout to lock]:seconds' '(-T)-T[a d e r s t v]:key' + '(-u)-u[use selection (no prompt)]' '(-V)-V[show program version and exit]' '(-x)-x[notis, sel to system clipboard]' '(-h)-h[show program help]' |