Remove option from auto-complete

This commit is contained in:
Arun Prakash Jana 2021-06-13 02:03:47 +05:30
parent 06c5b17c02
commit 16a15fc976
No known key found for this signature in database
GPG Key ID: A75979F35C080412
3 changed files with 0 additions and 3 deletions

View File

@ -22,7 +22,6 @@ _nnn ()
-e
-E
-f
-F
-g
-H
-J

View File

@ -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'

View File

@ -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]'