Add commands to IdeaVim similar to vim config
parent
4aff04b279
commit
f8938d6ed9
|
@ -17,3 +17,6 @@ nnoremap gr :action FindUsages<CR>
|
||||||
nnoremap <leader>rn :action RenameElement<CR>
|
nnoremap <leader>rn :action RenameElement<CR>
|
||||||
|
|
||||||
nnoremap <leader>ac :action ShowIntentionActions<CR>
|
nnoremap <leader>ac :action ShowIntentionActions<CR>
|
||||||
|
|
||||||
|
command! Start action Run
|
||||||
|
command! A action GotoTest
|
||||||
|
|
Loading…
Reference in New Issue