aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.vimrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index cae2c54..2bbfebf 100644
--- a/.vimrc
+++ b/.vimrc
@@ -19,7 +19,8 @@ nnoremap <C-Left> :bprevious<cr>
19nnoremap <C-q> :copen<cr> 19nnoremap <C-q> :copen<cr>
20nnoremap <C-b> :CtrlPBuffer<cr> 20nnoremap <C-b> :CtrlPBuffer<cr>
21nnoremap <Leader>q :nohlsearch<cr> 21nnoremap <Leader>q :nohlsearch<cr>
22nnoremap <Leader>c :!ctags -R .<CR> 22nnoremap <Leader>c :silent call system('ctags -R .')<CR>
23nnoremap <leader>g :vimgrep /<C-r><C-w>/ %<CR>:copen<CR>
23 24
24let g:ctrlp_use_caching = 0 25let g:ctrlp_use_caching = 0
25let g:ctrlp_working_path_mode = '' 26let g:ctrlp_working_path_mode = ''