diff options
author | 2020-05-18 09:05:19 +0530 | |
---|---|---|
committer | 2020-05-18 09:05:19 +0530 | |
commit | 1b5c3096caaa6cd903473a69ec0890f40a986967 (patch) | |
tree | b1f04dd8a77dc6963bfb430f8e0ec769995b0b82 /misc/auto-completion/zsh | |
parent | cafcf1c4859c7a43eed0e2489142166195078d5d (diff) | |
download | nnn-1b5c3096caaa6cd903473a69ec0890f40a986967.tar.gz |
Option -P: specify plugin key to run on start
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 4b40306..441589a 100644 --- a/misc/auto-completion/zsh/_nnn +++ b/misc/auto-completion/zsh/_nnn @@ -24,6 +24,7 @@ args=( '(-n)-n[start in type-to-nav mode]' '(-o)-o[open files only on Enter]' '(-p)-p[copy selection to file]:file name' + '(-P)-P[plugin key to runn]:key char' '(-Q)-Q[disable quit confirmation]' '(-r)-r[show cp, mv progress (Linux-only)]' '(-R)-R[disable rollover at edges]' |