Update nano completion
This commit is contained in:
parent
0331b2908f
commit
7f84f65d60
|
@ -59,6 +59,7 @@ _arguments -s -S -C \
|
||||||
'(-% --stateflags)'{-%,--stateflags}'[show some states in the title bar]' \
|
'(-% --stateflags)'{-%,--stateflags}'[show some states in the title bar]' \
|
||||||
'(-_ --minibar -U --quickblank)'{-_,--minibar}'[suppress the title bar and show information at the bottom of the screen]' \
|
'(-_ --minibar -U --quickblank)'{-_,--minibar}'[suppress the title bar and show information at the bottom of the screen]' \
|
||||||
'(-! --magic)'{-\!,--magic}'[try libmagic to determine applicable syntax]' \
|
'(-! --magic)'{-\!,--magic}'[try libmagic to determine applicable syntax]' \
|
||||||
|
'(-0 --zero)'{-0,--zero}'[Hide all bars, use whole terminal]' \
|
||||||
'(-t -q)*: :->args' && ret=0
|
'(-t -q)*: :->args' && ret=0
|
||||||
|
|
||||||
if [[ -n $state ]]; then
|
if [[ -n $state ]]; then
|
||||||
|
|
Loading…
Reference in New Issue