From: Fred T. Hamster Date: Sat, 15 Dec 2012 17:17:48 +0000 (-0500) Subject: updated with more docs and more nice options. X-Git-Tag: 2.140.90~1167 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=59dd39a5b31f754323312e261a0350636a5fe8dd updated with more docs and more nice options. --- 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. +