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/fish | |
parent | cafcf1c4859c7a43eed0e2489142166195078d5d (diff) | |
download | nnn-1b5c3096caaa6cd903473a69ec0890f40a986967.tar.gz |
Option -P: specify plugin key to run on start
Diffstat (limited to 'misc/auto-completion/fish')
-rw-r--r-- | misc/auto-completion/fish/nnn.fish | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/auto-completion/fish/nnn.fish b/misc/auto-completion/fish/nnn.fish index 65ab030..1b6455b 100644 --- a/misc/auto-completion/fish/nnn.fish +++ b/misc/auto-completion/fish/nnn.fish @@ -26,6 +26,7 @@ complete -c nnn -s l -r -d 'lines to move per scroll' complete -c nnn -s n -d 'start in type-to-nav mode' complete -c nnn -s o -d 'open files only on Enter' complete -c nnn -s p -r -d 'copy selection to file' -a '-\tstdout' +complete -c nnn -s P -r -d 'plugin key to run' -x -a '(echo $NNN_PLUG | awk -F: -v RS=\; \'{print $1"\t"$2}\')' complete -c nnn -s Q -d 'disable quit confirmation' complete -c nnn -s r -d 'show cp, mv progress (Linux-only)' complete -c nnn -s R -d 'disable rollover at edges' |