From b1cde8ad485e24b740e769acd3b1c7b86b9a0115 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Mon, 9 Mar 2015 10:33:15 +0100 Subject: [PATCH] zsh/rc: add more files to ignored-patterns for vim --- zsh/rc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/zsh/rc b/zsh/rc index f638ee8..71e07dd 100644 --- 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 -- 2.44.1