summaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 7f96edf..3679b7e 100644
--- a/.vimrc
+++ b/.vimrc
@@ -83,6 +83,9 @@ map <C-S-Tab> gT
imap <S-Tab> <C-X><C-O>
map <F10> :make<CR>
+" Makes more sense and is similar to D
+map Y y$
+
" Haskell GHCi stuff
autocmd FileType haskell nmap <LocalLeader>gl :GhciFile<CR>
autocmd FileType haskell nmap <LocalLeader>gr :GhciReload<CR>