nvim: init.vim: Use i as prefix for all intero bindings
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
c2e36abdf9
commit
a165f535f4
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue