disable terminal bells in vim, who the fuck needs them anyway
This commit is contained in:
parent
2a5da9bf5c
commit
9a81d9ce2f
1 changed files with 2 additions and 0 deletions
2
vimrc
2
vimrc
|
@ -25,6 +25,7 @@ set smartcase
|
|||
set clipboard=exclude:.*
|
||||
set statusline=%F%m%r%h%w\ [FORMAT=%{&ff}]\ [TYPE=%Y]\ [POS=%04l,%04v][%p%%]\ [LEN=%L]
|
||||
set foldmethod=marker
|
||||
set noerrorbells visualbell t_vb=
|
||||
|
||||
set list
|
||||
set listchars=tab:\|\ ,trail:*,nbsp:x
|
||||
|
@ -104,6 +105,7 @@ if has("gui_running")
|
|||
set guioptions=aegimLl
|
||||
set mouse=a
|
||||
set guifont=Monofur\ 11
|
||||
set novb
|
||||
endif
|
||||
|
||||
syntax on
|
||||
|
|
Loading…
Reference in a new issue