fix (vimrc): disable ringing the bell for all events
This commit is contained in:
parent
ea909b00d7
commit
b023b1a049
3
vimrc
3
vimrc
@ -28,6 +28,9 @@ let g:netrw_banner=0
|
|||||||
" Tree style listing in netrw
|
" Tree style listing in netrw
|
||||||
let g:netrw_liststyle = 3
|
let g:netrw_liststyle = 3
|
||||||
|
|
||||||
|
" disable ringing the bell for all events
|
||||||
|
set belloff=all
|
||||||
|
|
||||||
" Automatically remove trailing whitespace
|
" Automatically remove trailing whitespace
|
||||||
autocmd! BufWrite * mark ' | silent! %s/\s\+$// | norm '
|
autocmd! BufWrite * mark ' | silent! %s/\s\+$// | norm '
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user