bf29ac6dbdab

Fuzzyfinder settings.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Wed, 12 May 2010 10:34:05 -0400
parents fb6a8ddaea46
children 08c53a250242
branches/tags (none)
files .hgignore vim/.vimrc

Changes

--- a/.hgignore	Tue May 11 22:33:38 2010 -0400
+++ b/.hgignore	Wed May 12 10:34:05 2010 -0400
@@ -3,3 +3,4 @@
 .DS_Store
 *.pyc
 .netrwhist
+*.swp
--- a/vim/.vimrc	Tue May 11 22:33:38 2010 -0400
+++ b/vim/.vimrc	Wed May 12 10:34:05 2010 -0400
@@ -29,6 +29,9 @@
 
 " FuzzyFinder
 map <Leader>t :FuzzyFinderTextMate<Enter>
+let g:fuzzy_ignore = "*.pyc;log/*;.svn/*;.git/*;.hg/*;pip-log.txt;*.gif;*.jpg;*.jpeg;*.png;media/admin/*;media/ckeditor/*;media/filebrowser/*;media/pages/*"
+let g:fuzzy_matching_limit = 70
+
 
 " Searching
 set ignorecase