aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.vimrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index b2a36db..b2f361e 100644
--- a/.vimrc
+++ b/.vimrc
@@ -20,7 +20,6 @@ nnoremap <C-q> :copen<cr>
20nnoremap <C-b> :CtrlPBuffer<cr> 20nnoremap <C-b> :CtrlPBuffer<cr>
21nnoremap <C-k> :ALEHover<cr> 21nnoremap <C-k> :ALEHover<cr>
22nnoremap <C-j> :ALEDetail<cr> 22nnoremap <C-j> :ALEDetail<cr>
23nnoremap <C-r> :!sh .vim<CR>
24nnoremap <Leader>r :let @/ = ''<CR> 23nnoremap <Leader>r :let @/ = ''<CR>
25 24
26nmap <silent> gr :ALEFindReferences<cr> 25nmap <silent> gr :ALEFindReferences<cr>