From dbc3a48fbdf0c0dcb56f66efcd2f8382897e6fd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Sun, 13 Mar 2011 05:03:23 +0100 Subject: Make 'Y' behave correctly in vim --- .vimrc | 3 +++ 1 file changed, 3 insertions(+) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index 7f96edf..3679b7e 100644 --- a/.vimrc +++ b/.vimrc @@ -83,6 +83,9 @@ map gT imap map :make +" Makes more sense and is similar to D +map Y y$ + " Haskell GHCi stuff autocmd FileType haskell nmap gl :GhciFile autocmd FileType haskell nmap gr :GhciReload -- cgit v1.2.3