aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2011-12-19 09:55:59 +1300
committerTom Ryder <tom@sanctum.geek.nz>2011-12-19 09:55:59 +1300
commit466991c36bc9e1f34f0bbe70fc84c4b36e151c59 (patch)
tree991e6e028e1c3c02c0ee5daf4a3f4e88d81d5b9c
parentMore intelligent search options (diff)
downloaddotfiles-466991c36bc9e1f34f0bbe70fc84c4b36e151c59.tar.gz
dotfiles-466991c36bc9e1f34f0bbe70fc84c4b36e151c59.zip
No backups, tweak search highlighting so the cursor's position is a shade more obvious
-rw-r--r--vim/colors/dessert.vim2
-rw-r--r--vim/vimrc1
2 files changed, 2 insertions, 1 deletions
diff --git a/vim/colors/dessert.vim b/vim/colors/dessert.vim
index c10bb80f..9e1a8e5c 100644
--- a/vim/colors/dessert.vim
+++ b/vim/colors/dessert.vim
@@ -242,7 +242,7 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256
call <SID>X("MoreMsg", "2e8b57", "", "")
call <SID>X("NonText", "444444", "000000", "")
call <SID>X("Question", "00ff7f", "", "")
- call <SID>X("Search", "f5deb3", "cd853f", "")
+ call <SID>X("Search", "ffddbb", "995500", "")
call <SID>X("SpecialKey", "9acd32", "", "")
call <SID>X("StatusLine", "c2bfa5", "000000", "reverse")
call <SID>X("StatusLineNC", "c2bfa5", "7f7f7f", "reverse")
diff --git a/vim/vimrc b/vim/vimrc
index a9d879b2..7bbf3132 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -10,6 +10,7 @@ endif
" Backups
set nobackup
+set nowritebackup
" Colors
if has("syntax")