Add more stuff to ideavimrc

pull/1/head
Ensar Sarajčić 2021-03-04 16:18:01 +01:00
parent cdec52268a
commit 06c83b2e3d
1 changed files with 7 additions and 1 deletions

View File

@ -10,13 +10,19 @@ set ideajoin
set idearefactormode=keep
" IdeaVIM mappings
noremap <C-P> :action SearchEverywhere<CR>
nnoremap <C-P> :action SearchEverywhere<CR>
nnoremap gd :action GotoDeclaration<CR>
nnoremap gi :action GotoImplementation<CR>
nnoremap gr :action FindUsages<CR>
nnoremap <leader>rn :action RenameElement<CR>
nnoremap <C-A-F> :action FindInPath<CR>
nnoremap <leader>tn :action RunAnything<CR>
nnoremap <leader>tf :action RunClass<CR>
inoremap <C-K> :action ParameterInfo<CR>
nnoremap <C-K> :action ParameterInfo<CR>
nnoremap <leader>ac :action ShowIntentionActions<CR>
command! Start action Run
command! A action GotoTest
command! Scratch action NewScratchBuffer