feat(ideavim): add command to try and open in browser

chezmoi
sgoudham 2 years ago
parent 5e88807fea
commit 8e4c3f27d0
Signed by: hammy
GPG Key ID: 44E818FD5457EEA4

@ -141,6 +141,7 @@ map <leader>la <Action>(ShowIntentionActions)
map gt <Action>(GotoTest) map gt <Action>(GotoTest)
map gs <Action>(GotoSuperMethod) map gs <Action>(GotoSuperMethod)
map gI <Action>(GotoImplementation) map gI <Action>(GotoImplementation)
map gx <Action>(OpenInBrowserGroup)
" Debugging stuffs " Debugging stuffs
map <leader>dt <Action>(ToggleLineBreakpoint) map <leader>dt <Action>(ToggleLineBreakpoint)

Loading…
Cancel
Save