nvim: init.vim: Add a Intero restart shortcut
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
492216701e
commit
c2e36abdf9
1 changed files with 1 additions and 0 deletions
|
@ -198,6 +198,7 @@ augroup interoMaps
|
|||
|
||||
" Background process and window management
|
||||
au FileType haskell nnoremap <silent> <leader>is :InteroStart<CR>
|
||||
au FileType haskell nnoremap <silent> <leader>ir :InteroRestart<CR>
|
||||
au FileType haskell nnoremap <silent> <leader>ik :InteroKill<CR>
|
||||
|
||||
" Open intero/GHCi split horizontally
|
||||
|
|
Loading…
Reference in a new issue