Using fancy vim-powerline symbols again, and not clearing ctrlp's cache on exit.
This commit is contained in:
parent
084108031c
commit
5d1931c94b
1 changed files with 3 additions and 2 deletions
5
vimrc
5
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 <leader>m :silent !open -a Marked.app '%:p'<cr>
|
|||
nnoremap <leader>l :ls<cr>:b<space>
|
||||
|
||||
" 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 <silent><leader>T :vimgrep /\v^\s*\*+.*#todo.*/i %<cr>:copen<cr>:30wincmd _<cr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue