From 59dd39a5b31f754323312e261a0350636a5fe8dd Mon Sep 17 00:00:00 2001 From: "Fred T. Hamster" Date: Sat, 15 Dec 2012 12:17:48 -0500 Subject: [PATCH] updated with more docs and more nice options. --- database/configuration/vim/dotvimrc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/database/configuration/vim/dotvimrc b/database/configuration/vim/dotvimrc index 19970ad8..52786909 100644 --- a/database/configuration/vim/dotvimrc +++ b/database/configuration/vim/dotvimrc @@ -5,4 +5,13 @@ set viminfo='100,<1000,s10,h " this size though, so if you save to a lot of different ones, you will use more space in your " viminfo file. +set nobk +" tells vim not to make a backup of the file before editing it; this is living dangerously. + +set nocompatible +" nocompatible|nocp turns off compatibility mode, allowing filename completion. + +colorscheme elflord +" elflord just happens to be the color scheme i prefer. there are a bunch. + -- 2.34.1