Skip to content

Commit

Permalink
change ctrlp default to open current work dir
Browse files Browse the repository at this point in the history
  • Loading branch information
lovelock committed Jan 14, 2016
1 parent d5239ce commit 9011373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vimrc.bundles
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ nnoremap <silent> <leader>z :Goyo<cr>
Bundle 'kien/ctrlp.vim'
let g:ctrlp_map = '<leader>p'
let g:ctrlp_cmd = 'CtrlP'
map <leader>f :CtrlPMRU<CR>
map <leader>f :CtrlPCurWD<CR>
"set wildignore+=*/tmp/*,*.so,*.swp,*.zip " MacOSX/Linux"
let g:ctrlp_custom_ignore = {
\ 'dir': '\v[\/]\.(git|hg|svn|rvm)$',
Expand Down

0 comments on commit 9011373

Please sign in to comment.