mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Remove option from auto-complete
This commit is contained in:
parent
06c5b17c02
commit
16a15fc976
|
@ -22,7 +22,6 @@ _nnn ()
|
|||
-e
|
||||
-E
|
||||
-f
|
||||
-F
|
||||
-g
|
||||
-H
|
||||
-J
|
||||
|
|
|
@ -21,7 +21,6 @@ complete -c nnn -s D -d 'dirs in context color'
|
|||
complete -c nnn -s e -d 'open text files in $VISUAL/$EDITOR/vi'
|
||||
complete -c nnn -s E -d 'use EDITOR for undetached edits'
|
||||
complete -c nnn -s f -d 'use readline history file'
|
||||
complete -c nnn -s F -d 'show fortune'
|
||||
complete -c nnn -s g -d 'regex filters'
|
||||
complete -c nnn -s H -d 'show hidden files'
|
||||
complete -c nnn -s J -d 'no auto-proceed on select'
|
||||
|
|
|
@ -19,7 +19,6 @@ args=(
|
|||
'(-e)-e[open text files in $VISUAL/$EDITOR/vi]'
|
||||
'(-E)-E[use EDITOR for undetached edits]'
|
||||
'(-f)-f[use readline history file]'
|
||||
'(-F)-F[show fortune]'
|
||||
'(-g)-g[regex filters]'
|
||||
'(-H)-H[show hidden files]'
|
||||
'(-J)-J[no auto-proceed on select]'
|
||||
|
|
Loading…
Reference in a new issue