zsh: cleanup ignored-patterns for vim
This commit is contained in:
parent
dad208c7ba
commit
99f0c2df2d
1 changed files with 4 additions and 4 deletions
|
|
@ -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 *(-/)'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue