diff options
Diffstat (limited to 'misc/auto-completion/zsh')
-rw-r--r-- | misc/auto-completion/zsh/_nnn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/auto-completion/zsh/_nnn b/misc/auto-completion/zsh/_nnn index d40ea68..7aed8a8 100644 --- a/misc/auto-completion/zsh/_nnn +++ b/misc/auto-completion/zsh/_nnn @@ -20,7 +20,7 @@ args=( '(-g)-g[regex filters]' '(-H)-H[show hidden files]' '(-K)-K[detect key collision]' - '(-n)-n[start in navigate-as-you-type mode]' + '(-n)-n[start in type-to-nav mode]' '(-o)-o[open files only on Enter]' '(-p)-p[copy selection to file]:file name' '(-Q)-Q[disable quit confirmation]' |