From: yeetologist Date: Sat, 27 Nov 2021 04:57:45 +0000 (+0700) Subject: Fix zsh auto-completion typo X-Git-Tag: v4.5~52 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=c147414bc7087790ebb249d8b610a59046cc7ab7;p=nnn.git Fix zsh auto-completion typo --- diff --git a/misc/auto-completion/zsh/_nnn b/misc/auto-completion/zsh/_nnn index 92e2380a..fbb451f4 100644 --- a/misc/auto-completion/zsh/_nnn +++ b/misc/auto-completion/zsh/_nnn @@ -28,7 +28,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' + '(-P)-P[plugin key to run]:key char' '(-Q)-Q[disable quit confirmation]' '(-r)-r[show cp, mv progress (Linux-only)]' '(-R)-R[disable rollover at edges]'