Remove unused ensime mappings

This commit is contained in:
Alexander Gehrke 2019-09-23 09:38:06 +02:00
parent 2a3668363b
commit 5ed1c5766f

View file

@ -1,15 +1,3 @@
"autocmd BufWritePost *.scala silent :EnTypeCheck
nnoremap <M-=> :EnType<CR>
noremap <F3> :EnDeclaration<CR>
noremap gd :EnDeclaration<CR>
noremap gD :EnDeclarationSplit v<CR>
noremap <Leader>o :EnOrganizeImports<CR>
noremap <Leader>i :EnSuggestImport<CR>
noremap <Leader>rr :EnRename<CR>
noremap <Leader>ri :EnInline<CR>
noremap K :EnDocBrowse<CR>
noremap <Leader>f :Autoformat<CR> noremap <Leader>f :Autoformat<CR>
imap //< <Plug>(codelines-close)<CR> imap //< <Plug>(codelines-close)<CR>