diff --git a/vimrc b/vimrc index 8b9f8f9..2a5c8db 100644 --- a/vimrc +++ b/vimrc @@ -141,7 +141,7 @@ if has("gui_running") endif " Powerline -" let g:Powerline_symbols='fancy' +let g:Powerline_symbols='fancy' " Colors "set background=dark @@ -210,7 +210,8 @@ nnoremap m :silent !open -a Marked.app '%:p' nnoremap l :ls:b " Set the max files -let g:ctrlp_max_files = 10000 +"let g:ctrlp_max_files = 10000 +let g:ctrlp_clear_cache_on_exit = 0 " Workflowish stuff. Search for #todo nnoremap T :vimgrep /\v^\s*\*+.*#todo.*/i %:copen:30wincmd _