From 599e87d0c8e3e3ccd7b274825e6d26bbf2f33fdc Mon Sep 17 00:00:00 2001 From: Alexey Prohorenko Date: Sun, 29 Apr 2012 17:29:20 -0700 Subject: [PATCH] . --- README.md | 3 +++ vimrc | 8 ++++++++ 2 files changed, 11 insertions(+) diff --git a/README.md b/README.md index 2a2ede8..9198b57 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ vimrc $ git clone git@github.com:alexeypro/vimrc.git ~/Dropbox/_editors/vimrc + $ cd ~/Dropbox/_editors/vimrc + $ ./symlinks.sh + $ vim +BundleInstall +qall diff --git a/vimrc b/vimrc index 79ce6cc..41bc571 100644 --- a/vimrc +++ b/vimrc @@ -110,3 +110,11 @@ if has('statusline') set statusline+=\ [%{&ff}/%Y] " filetype set statusline+=\ [%{getcwd()}] " current dir endif + +color solarized " load a colorscheme +set tabpagemax=15 " only show 15 tabs +set showmode " display the current mode + +set cursorline " highlight current line +hi cursorline guibg=#333333 " highlight bg color of current line +hi CursorColumn guibg=#333333 " highlight cursor \ No newline at end of file