zsh: cleanup ignored-patterns for vim

This commit is contained in:
Thomas Preisner 2023-03-30 20:46:15 +02:00
parent dad208c7ba
commit 99f0c2df2d

View file

@ -109,10 +109,10 @@ zstyle ':completion:*:*:kill:*:processes' list-colors '=(#b) #([0-9]#) ([0-9a-z-
# do not complete unwanted files with vim
zstyle ':completion:*:*:*vim:*:globbed-files' ignored-patterns \
'*.aux' '*.log' '*.pdf' '*.ps' '*.bbl' '*.blg' '*.out' '*-blx.bib' '*.run.xml' '*.dvi' \
'*.o' \
'*.o' '*.so' '*.out' \
'*.class' \
'*.pyc' \
'*.class'
'*.aux' '*.bbl' '*.bcf' '*.blg' '*.lof' '*.lol' '*.lot' '*.pdf' '*.rubbercache' '*.run.xml' '*.toc' '*.pdf' '*.dvi'
# only complete *.pdf with katarakt
zstyle ':completion:*:*:katarakt:*:*' file-patterns '*.pdf *(-/)'