]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
zsh/rc: add more files to ignored-patterns for vim
authorSimon Ruderich <simon@ruderich.org>
Mon, 9 Mar 2015 09:33:15 +0000 (10:33 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sun, 15 Mar 2015 03:02:09 +0000 (04:02 +0100)
zsh/rc

diff --git a/zsh/rc b/zsh/rc
index f638ee8313e49cc42bb19335fb994b888dc87560..71e07dd70617c1f3501d827dbdef849b8c0c5ed5 100644 (file)
--- a/zsh/rc
+++ b/zsh/rc
@@ -773,7 +773,9 @@ zstyle ':completion:*:*:-command-:*' ignored-patterns './config.*'
 # Don't complete unwanted files with Vim. Thanks to Nomexous in #zsh on
 # Freenode (2010-06-06 04:54 CEST). See below for a way to complete them.
 zstyle ':completion:*:*:vim:*:all-files' ignored-patterns \
-    '*.aux' '*.log' '*.pdf' \
+    '*.aux' '*.log' '*.pdf' '*.bbl' '*.blg' '*.out' '*-blx.bib' '*.run.xml' \
+    '*.o' \
+    '*.pyc' \
     '*.class'
 
 # Provide a fallback completer which always completes files. Useful when Zsh's