Skip to content

Commit

Permalink
improving ctrlp tuning
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenyxu committed Sep 10, 2013
1 parent 60e77cb commit af44703
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,9 @@ filetype plugin indent on

" Custom filetypes
au BufRead,BufNewFile *.as set filetype=actionscript

let g:ctrlp_working_path_mode = 0
let g:ctrlp_custom_ignore = {
\ 'dir': '\v[\/](tmp|(\.(git|hg|svn)))$',
\ 'file': '\v\.(png|jpg|gif)$',
\ }

0 comments on commit af44703

Please sign in to comment.