aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc20
1 files changed, 10 insertions, 10 deletions
diff --git a/.vimrc b/.vimrc
index a4beb55..ed76ebe 100644
--- a/.vimrc
+++ b/.vimrc
@@ -15,19 +15,19 @@ set backspace=indent,eol,start completeopt=menuone
15set path+=** wildignore+=tags,*.o,*.a,*.so 15set path+=** wildignore+=tags,*.o,*.a,*.so
16colorscheme wildcharm 16colorscheme wildcharm
17 17
18nnoremap <C-Right> :bnext<cr> 18nnoremap <C-Right> :bnext<CR>
19nnoremap <C-Left> :bprevious<cr> 19nnoremap <C-Left> :bprevious<CR>
20nnoremap <C-q> :copen<cr> 20nnoremap <C-q> :copen<CR>
21nnoremap <C-b> :CtrlPBuffer<cr> 21nnoremap <C-b> :CtrlPBuffer<CR>
22nnoremap <Leader>q :nohlsearch<cr> 22nnoremap <Leader>q :nohlsearch<CR>
23nnoremap <Leader>c :silent call system('ctags --c++-kinds=+p -R .')<CR> 23nnoremap <Leader>c :silent call system('ctags --c++-kinds=+p -R .')<CR>
24nnoremap <leader>w :vimgrep /<C-r><C-w>/gj **/*<CR>:copen<CR> 24nnoremap <leader>w :vimgrep /<C-r><C-w>/gj **/*<CR>:copen<CR>
25nnoremap <C-k> :ALEHover<cr> 25nnoremap <C-k> :ALEHover<CR>
26nnoremap <C-j> :ALEDetail<cr> 26nnoremap <C-j> :ALEDetail<CR>
27 27
28nmap <silent> gr :ALEFindReferences<cr> 28nmap <silent> gr :ALEFindReferences<CR>
29nmap <silent> gd :ALEGoToDefinition<cr> 29nmap <silent> gd :ALEGoToDefinition<CR>
30nmap <silent> re :ALERename<cr> 30nmap <silent> re :ALERename<CR>
31 31
32let g:ctrlp_use_caching = 0 32let g:ctrlp_use_caching = 0
33let g:ctrlp_working_path_mode = '' 33let g:ctrlp_working_path_mode = ''