mirror of
https://github.com/jarun/nnn.git
synced 2024-11-10 13:23:12 +00:00
Fix zsh auto-completion typo
This commit is contained in:
parent
1e8b8d14ff
commit
c147414bc7
|
@ -28,7 +28,7 @@ args=(
|
||||||
'(-n)-n[start in type-to-nav mode]'
|
'(-n)-n[start in type-to-nav mode]'
|
||||||
'(-o)-o[open files only on Enter]'
|
'(-o)-o[open files only on Enter]'
|
||||||
'(-p)-p[copy selection to file]:file name'
|
'(-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]'
|
'(-Q)-Q[disable quit confirmation]'
|
||||||
'(-r)-r[show cp, mv progress (Linux-only)]'
|
'(-r)-r[show cp, mv progress (Linux-only)]'
|
||||||
'(-R)-R[disable rollover at edges]'
|
'(-R)-R[disable rollover at edges]'
|
||||||
|
|
Loading…
Reference in a new issue