1
0
Fork 0

disable terminal bells in vim, who the fuck needs them anyway

This commit is contained in:
Von Random 2014-10-30 16:46:46 +03:00
parent 2a5da9bf5c
commit 9a81d9ce2f

2
vimrc
View file

@ -25,6 +25,7 @@ set smartcase
set clipboard=exclude:.* set clipboard=exclude:.*
set statusline=%F%m%r%h%w\ [FORMAT=%{&ff}]\ [TYPE=%Y]\ [POS=%04l,%04v][%p%%]\ [LEN=%L] set statusline=%F%m%r%h%w\ [FORMAT=%{&ff}]\ [TYPE=%Y]\ [POS=%04l,%04v][%p%%]\ [LEN=%L]
set foldmethod=marker set foldmethod=marker
set noerrorbells visualbell t_vb=
set list set list
set listchars=tab:\|\ ,trail:*,nbsp:x set listchars=tab:\|\ ,trail:*,nbsp:x
@ -104,6 +105,7 @@ if has("gui_running")
set guioptions=aegimLl set guioptions=aegimLl
set mouse=a set mouse=a
set guifont=Monofur\ 11 set guifont=Monofur\ 11
set novb
endif endif
syntax on syntax on