diff --git a/dotfiles/vimrc b/dotfiles/vimrc index 7370fda..ec070ce 100644 --- a/dotfiles/vimrc +++ b/dotfiles/vimrc @@ -220,3 +220,6 @@ autocmd BufRead,BufNewFile Makefile* set noexpandtab " Enable filetype support " Needs to be at end of vimrc filetype plugin indent on + +" Disable bell +set belloff=all