diff options
| author | 2019-10-11 20:59:22 +0530 | |
|---|---|---|
| committer | 2019-10-11 20:59:22 +0530 | |
| commit | fe80d5aa9da07db081fd15574e0002e7134ad403 (patch) | |
| tree | c2f4bed5e0b288a4800334d9203a33c39bb87b98 /misc/auto-completion/zsh | |
| parent | ab8e3e445e054a0e28aca52e0eb5a5469650a1bc (diff) | |
| download | nnn-fe80d5aa9da07db081fd15574e0002e7134ad403.tar.gz | |
Update key collision detection
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 4e180c3..b5ec1d1 100644 --- a/misc/auto-completion/zsh/_nnn +++ b/misc/auto-completion/zsh/_nnn @@ -16,6 +16,7 @@ args=( '(-f)-d[run filter as cmd on prompt key]' '(-H)-H[show hidden files]' '(-i)-i[start in navigate-as-you-type mode]' + '(-K)-K[detect key collision]' '(-n)-n[use version compare to sort files]' '(-o)-o[open files only on Enter]' '(-p)-p[copy selection to file]:file name' |