]> Pileus Git - vpaste/blob - vimrc
move trim to end
[vpaste] / vimrc
1 " Copyright (C) 2009 Andy Spencer - Public domain
2
3 set nocompatible
4 set encoding=utf-8
5 set fileencoding=utf-8
6 set term=xterm-256color
7 set modelines=10
8
9 filetype plugin indent on
10 syntax on
11 colorscheme grey
12
13 let g:html_use_css = 1
14 let g:html_use_encoding = "utf8"
15 let g:html_no_progress = 1
16 let g:html_dynamic_folds = 1
17 "let g:html_use_xhtml = 1
18
19 let g:xterm_trim_escapes = 1
20 let g:xterm_start_pattern = "^$"