Neovim 0.5.0 migration #1
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue