Skip to content

Commit

Permalink
Finally got around to changing some defaults on FuzzyFinder that were…
Browse files Browse the repository at this point in the history
… bugging me. FuzzyFinder kicks ass.
  • Loading branch information
Derek Wyatt committed Feb 6, 2012
1 parent 77ea138 commit 3700362
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vimrc
Expand Up @@ -475,6 +475,9 @@ let g:SokobanLevelDirectory = "/home/dwyatt/.vim/bundle/vim-sokoban/VimSokoban/"
" FuzzyFinder Settings " FuzzyFinder Settings
"----------------------------------------------------------------------------- "-----------------------------------------------------------------------------
let g:fuf_file_exclude = '\v\~$|\.(o|exe|dll|bak|class|meta|lock|orig|jar|swp)$|/test/data\.|(^|[/\\])\.(hg|git|bzr)($|[/\\])' let g:fuf_file_exclude = '\v\~$|\.(o|exe|dll|bak|class|meta|lock|orig|jar|swp)$|/test/data\.|(^|[/\\])\.(hg|git|bzr)($|[/\\])'
let g:fuf_splitPathMatching = 0
let g:fuf_maxMenuWidth = 110
let g:fuf_timeFormat = ''
nmap <silent> ,fv :FufFile ~/.vim/<cr> nmap <silent> ,fv :FufFile ~/.vim/<cr>
nmap <silent> ,fb :FufBuffer<cr> nmap <silent> ,fb :FufBuffer<cr>
nmap <silent> ,ff :FufFile<cr> nmap <silent> ,ff :FufFile<cr>
Expand Down

0 comments on commit 3700362

Please sign in to comment.