From 971e4465e1cac497ffd7c3f0b36ff92bb447d03f Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 10 Jan 2026 20:32:29 +0100 Subject: Update --- .vimrc | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index ed76ebe..135cdb4 100644 --- a/.vimrc +++ b/.vimrc @@ -17,15 +17,16 @@ colorscheme wildcharm nnoremap :bnext nnoremap :bprevious -nnoremap :copen +nnoremap :CtrlPQuickfix nnoremap :CtrlPBuffer -nnoremap q :nohlsearch -nnoremap c :silent call system('ctags --c++-kinds=+p -R .') -nnoremap w :vimgrep //gj **/*:copen nnoremap :ALEHover nnoremap :ALEDetail +nnoremap d :bd +nnoremap q :nohlsearch +nnoremap e :ALEPopulateQuickfix:sleep 100m:CtrlPQuickfix +nnoremap w :vimgrep //gj **/*:CtrlPQuickfix -nmap gr :ALEFindReferences +nmap gr :ALEFindReferences -quickfix:sleep 100m:CtrlPQuickfix nmap gd :ALEGoToDefinition nmap re :ALERename @@ -36,4 +37,4 @@ let g:ale_hover_to_floating_preview = 1 let g:ale_detail_to_floating_preview = 1 let g:ale_floating_window_border = 0 let g:ale_virtualtext_cursor = 0 -let g:ale_set_quickfix = 1 +let g:ale_set_quickf = 1 -- cgit v1.2.3