aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 421c51b..b2a36db 100644
--- a/.vimrc
+++ b/.vimrc
@@ -21,6 +21,7 @@ nnoremap <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> 23nnoremap <C-r> :!sh .vim<CR>
24nnoremap <Leader>r :let @/ = ''<CR>
24 25
25nmap <silent> gr :ALEFindReferences<cr> 26nmap <silent> gr :ALEFindReferences<cr>
26nmap <silent> gd :ALEGoToDefinition<cr> 27nmap <silent> gd :ALEGoToDefinition<cr>