Fix up new colorscheme and call it 1.0 -- use by default
git-svn-id: http://photonzero.com/dotfiles/trunk@45 23f722f6-122a-0410-8cef-c75bd312dd78
This commit is contained in:
parent
40ad1b520e
commit
83ffde1694
2 changed files with 22 additions and 14 deletions
3
.vimrc
3
.vimrc
|
|
@ -2,7 +2,7 @@ set nocompatible
|
|||
syntax on
|
||||
"colorscheme slate
|
||||
"colorscheme dante
|
||||
colorscheme barak
|
||||
colorscheme baraknew
|
||||
"set gfn=Monaco:h12:a
|
||||
set ts=8
|
||||
set softtabstop=8
|
||||
|
|
@ -108,6 +108,7 @@ endif
|
|||
command SaveSession :mksession! ~/.vim_last_session
|
||||
command LoadSession :source ~/.vim_last_session
|
||||
command ScratchOpen :e scp://barak@barakmich.com//home/barak/notes/scratch
|
||||
command Wdammit :w !sudo tee %
|
||||
|
||||
function! s:DiffWithSaved()
|
||||
let filetype=&ft
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue