Add more stuff to ideavimrc
parent
cdec52268a
commit
06c83b2e3d
|
@ -10,13 +10,19 @@ set ideajoin
|
||||||
set idearefactormode=keep
|
set idearefactormode=keep
|
||||||
|
|
||||||
" IdeaVIM mappings
|
" IdeaVIM mappings
|
||||||
noremap <C-P> :action SearchEverywhere<CR>
|
nnoremap <C-P> :action SearchEverywhere<CR>
|
||||||
nnoremap gd :action GotoDeclaration<CR>
|
nnoremap gd :action GotoDeclaration<CR>
|
||||||
nnoremap gi :action GotoImplementation<CR>
|
nnoremap gi :action GotoImplementation<CR>
|
||||||
nnoremap gr :action FindUsages<CR>
|
nnoremap gr :action FindUsages<CR>
|
||||||
nnoremap <leader>rn :action RenameElement<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>
|
nnoremap <leader>ac :action ShowIntentionActions<CR>
|
||||||
|
|
||||||
command! Start action Run
|
command! Start action Run
|
||||||
command! A action GotoTest
|
command! A action GotoTest
|
||||||
|
command! Scratch action NewScratchBuffer
|
||||||
|
|
Loading…
Reference in New Issue