X-Git-Url: https://code.kerkeslager.com/?p=dotfiles;a=blobdiff_plain;f=.vimrc;h=5aa1f563f684f823056d3e30fcb8f1ccb11eda53;hp=fd01a20bda6d8da1677f7dde610e9ed3547bad73;hb=b5be0347c99e03f1bf9c3b63e03b7e4076719986;hpb=43023fc773ff29389981f00c5f16ad8de5e5d0c0 diff --git a/.vimrc b/.vimrc index fd01a20..5aa1f56 100644 --- a/.vimrc +++ b/.vimrc @@ -25,6 +25,9 @@ set numberwidth=4 " Scroll five lines ahead of cursor. set scrolloff=5 +" Turn off error bells and visual bell +set noeb vb t_vb= + " Set up autoindentation. set smartindent filetype indent on @@ -95,5 +98,3 @@ noremap! " Automatically reload the .vimrc when changes are made to it au! BufWritePost .vimrc source % - -