From 8eac61ff945b1dccf430f6532c833160af386886 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Tue, 20 Dec 2011 20:20:46 -0600 Subject: [PATCH] Eliminate annoying ~ files --- plugin/00-dustin.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugin/00-dustin.vim b/plugin/00-dustin.vim index 63a0e9f..4b9512a 100644 --- a/plugin/00-dustin.vim +++ b/plugin/00-dustin.vim @@ -8,6 +8,8 @@ set incsearch set colorcolumn=80 " Open windows with `:vsplit` on the right instead of the left set splitright +" Backups are annoying. Use Mercurial! +set nobackup " Use a dark theme for console editing colorscheme torte