add goto type decl for ideavim

This commit is contained in:
Adam Jeniski 2023-08-01 09:14:21 -04:00
parent 92bf5d8bd1
commit eeee89ba25

View File

@ -41,6 +41,7 @@ nmap <leader>ir :<Action>(IdeaVim.ReloadVimRc.reload)<cr>
nmap <leader><leader> :<Action>(SearchEverywhere)<cr>
nmap <leader>it :<Action>(ActivateTerminalToolWindow)<cr>
nmap <leader>/ :<Action>(FindInPath)<cr>
nmap gy :<Action>(GotoTypeDeclaration)<cr>
" Harpoon Binds
nmap <c-e> <Action>(ShowHarpoon)<cr>