From 60dd4a8f969b01bf22dc9e94aedc6d9bc1690f74 Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Sun, 29 Jun 2025 16:40:44 +0200 Subject: [PATCH] fixed goToNextError keybindings --- .ideavimrc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.ideavimrc b/.ideavimrc index fab9c06..5493617 100644 --- a/.ideavimrc +++ b/.ideavimrc @@ -17,10 +17,13 @@ let g:qs_highlight_on_keys = ['f', 'F', 't', 'T'] set quickscope map ff (SearchEverywhere) +map fg (FindInPath) map fd (GotoDeclaration) map ft (GotoTypeDeclaration) -nnoremap gn :action GotoNextError -nnoremap gp :action GotoPreviousError + +map (List-selectNextRow) +nnoremap :action GotoNextError +nnoremap :action GotoPreviousError map rc (IdeaVim.ReloadVimRc.reload) map z (ToggleDistractionFreeMode)