From 90d54dfbd45c25e3f1cf0b46bf990db0ea60c8e2 Mon Sep 17 00:00:00 2001 From: Bodaniel Jeanes Date: Fri, 6 Jan 2012 11:41:39 -0600 Subject: [PATCH] vim options --- editors/vim/ui.vim | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/editors/vim/ui.vim b/editors/vim/ui.vim index 5a69113..9292f1b 100644 --- a/editors/vim/ui.vim +++ b/editors/vim/ui.vim @@ -33,6 +33,10 @@ syntax on set mouse=a set ttymouse=xterm " Needed to get mouse working when in Tmux/screen set fileformats=unix + set history=1000 + set hidden + set title " Show title in Terminal + set shortmess=atI " Bells set novisualbell " No blinking @@ -130,3 +134,5 @@ syntax on " in insert mode. let &t_SI = "\]50;CursorShape=1\x7" let &t_EI = "\]50;CursorShape=0\x7" + + runtime macros/matchit.vim