aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2025-07-24 04:59:39 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2025-07-24 04:59:39 +0200
commit65f31d499b4240f885a667c7481b7721d8587188 (patch)
tree72b3dd8872a7efdfffade4792d8fbc07b23ca8da /.vimrc
parent0af576cca122c12d768d0d32180a2c6ae5f76390 (diff)
downloaddotfiles-65f31d499b4240f885a667c7481b7721d8587188.tar.gz
Update
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>