Add commands to IdeaVim similar to vim config

pull/1/head
Ensar Sarajčić 2021-01-22 17:07:10 +01:00
parent 4aff04b279
commit f8938d6ed9
1 changed files with 3 additions and 0 deletions

View File

@ -17,3 +17,6 @@ nnoremap gr :action FindUsages<CR>
nnoremap <leader>rn :action RenameElement<CR>
nnoremap <leader>ac :action ShowIntentionActions<CR>
command! Start action Run
command! A action GotoTest