nvim: init.vim: Add a Intero restart shortcut

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
Sanchayan Maity 2019-07-08 23:16:05 +05:30
parent 492216701e
commit c2e36abdf9
1 changed files with 1 additions and 0 deletions

View File

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