diff --git a/dot_config/ideavim/ideavimrc b/dot_config/ideavim/ideavimrc index 6d55a3c..ce01887 100644 --- a/dot_config/ideavim/ideavimrc +++ b/dot_config/ideavim/ideavimrc @@ -113,6 +113,7 @@ map l " Bye bye map q (CloseContent) map Q (CloseAllEditors) +map x (CloseAllEditorsButActive) map h (HideAllWindows) " Focus project window @@ -120,10 +121,11 @@ map e :NERDTreeFocus " File navigation map ff (GotoFile) -map fC (SearchEverywhere) map fg (FindInPath) +map fm (MainMenu) map fr (RecentFiles) map fp (ManageRecentProjects) +map (SearchEverywhere) " Tab navigation map (NextTab) @@ -141,7 +143,6 @@ map la (ShowIntentionActions) map gt (GotoTest) map gs (GotoSuperMethod) map gI (GotoImplementation) -map gx (OpenInBrowserGroup) " Debugging stuffs map dt (ToggleLineBreakpoint) @@ -165,8 +166,12 @@ map ; :e ~/.config/ideavim/ideavimrc inoremap inoremap +" Shhhhhhhhhhhhhhhhhhhhhhhhhhhhhh +" https://youtrack.jetbrains.com/issue/VIM-1341/gx-should-open-selection-in-browser +nnoremap gx gd + " Zen mode map zz (TogglePresentationMode) " Vim search is simply outclassed here -map / (Find) \ No newline at end of file +map / (Find)