vim options

pull/2/head
Bodaniel Jeanes 2012-01-06 11:41:39 -06:00
parent 4a48d9bb6a
commit 90d54dfbd4
1 changed files with 6 additions and 0 deletions

View File

@ -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 = "\<Esc>]50;CursorShape=1\x7"
let &t_EI = "\<Esc>]50;CursorShape=0\x7"
runtime macros/matchit.vim