projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
badb607
)
updated with more docs and more nice options.
author
Fred T. Hamster
<fred@gruntose.com>
Sat, 15 Dec 2012 17:17:48 +0000
(12:17 -0500)
committer
Fred T. Hamster
<fred@gruntose.com>
Sat, 15 Dec 2012 17:17:48 +0000
(12:17 -0500)
database/configuration/vim/dotvimrc
patch
|
blob
|
history
diff --git
a/database/configuration/vim/dotvimrc
b/database/configuration/vim/dotvimrc
index 19970ad8757c7e06d80f8c629a0036d68a4316c9..52786909d85c534a588efd5ed5e85f9adffbdfb3 100644
(file)
--- 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.
+