aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index 8f69e76..ff6fe2a 100644
--- a/.vimrc
+++ b/.vimrc
@@ -20,7 +20,6 @@ nnoremap <C-b> :CtrlPBuffer<cr>
20nnoremap <Leader>e :nohlsearch<cr> 20nnoremap <Leader>e :nohlsearch<cr>
21nnoremap <Leader>q :ALEHover<cr> 21nnoremap <Leader>q :ALEHover<cr>
22nnoremap <Leader>w :ALEDetail<cr> 22nnoremap <Leader>w :ALEDetail<cr>
23nnoremap <Leader>gc :r !< % lazycommit<cr>
24 23
25nmap <silent> gr :ALEFindReferences<cr> 24nmap <silent> gr :ALEFindReferences<cr>
26nmap <silent> gd :ALEGoToDefinition<cr> 25nmap <silent> gd :ALEGoToDefinition<cr>