X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=vimrc;h=d0049810980ea85fe1a27693b16cc3ce9c4f6ad0;hb=48424c1f3911da6d417e3190623d68ee041daba7;hp=c919811b966e72ada337acb4dad109c585824db4;hpb=3ae2a42f3821c90b70e03150491413a7ff5116a7;p=vpaste diff --git a/vimrc b/vimrc index c919811..d004981 100644 --- a/vimrc +++ b/vimrc @@ -2,12 +2,19 @@ set nocompatible set encoding=utf-8 +set fileencoding=utf-8 set term=xterm-256color +set modelines=10 filetype plugin indent on syntax on colorscheme grey -let html_use_css = 1 -let html_use_encoding = "utf8" -"let use_xhtml = 1 +let g:html_use_css = 1 +let g:html_use_encoding = "utf8" +let g:html_no_progress = 1 +let g:html_dynamic_folds = 1 +"let g:html_use_xhtml = 1 + +let g:xterm_trim_escapes = 1 +let g:xterm_start_pattern = "^$"