nvim: init.vim: Use i as prefix for all intero bindings

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
Sanchayan Maity 2019-07-09 10:19:13 +05:30
parent c2e36abdf9
commit a165f535f4

View file

@ -224,7 +224,7 @@ augroup interoMaps
au FileType haskell nnoremap <silent> <leader>iit :InteroTypeInsert<CR>
" Navigation
au FileType haskell nnoremap <silent> <leader>jd :InteroGoToDef<CR>
au FileType haskell nnoremap <silent> <leader>id :InteroGoToDef<CR>
" Managing targets
" Prompts you to enter targets (no silent):