From cc1d9121d64aafba8e61d43d0b5a57d1493b6d43 Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Sat, 21 Sep 2024 16:44:45 +0200 Subject: [PATCH] Add qwerty window nav keybinds to ideavim --- home/.ideavimrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home/.ideavimrc b/home/.ideavimrc index e1a9030..d015fda 100644 --- a/home/.ideavimrc +++ b/home/.ideavimrc @@ -36,6 +36,10 @@ nnoremap nnoremap nnoremap nnoremap +nnoremap +nnoremap +nnoremap +nnoremap map to (GotoFile) map tf (Find) @@ -44,6 +48,7 @@ map ta (FindInPath) map dr (Debug) map db (ToggleLineBreakpoint) map ds (Stop) +map bt (Build) map gcc (CommentByLineComment) map gcb (CommentByBlockComment)