summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.vimrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/.vimrc b/.vimrc
index 597d551..2af8adf 100644
--- a/.vimrc
+++ b/.vimrc
@@ -87,9 +87,8 @@ map <F10> :make<CR>
map Y y$
" Haskell GHCi stuff
-autocmd FileType haskell nmap <LocalLeader>gl :GhciFile<CR>
-autocmd FileType haskell nmap <LocalLeader>gr :GhciReload<CR>
autocmd FileType haskell nmap <LocalLeader>gi :GHCi
+autocmd FileType haskell nmap <LocalLeader>gr :GHCReload
" =======================================================
" PLUGINS AND LANGUAGES