Neovim 0.5.0 migration #1

Merged
esensar merged 75 commits from neovim-0.5.0 into main 2021-07-05 09:34:51 +00:00
Showing only changes of commit 06c83b2e3d - Show all commits

View file

@ -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