# HG changeset patch # User Oleksandr Gavenko # Date 1316961561 -10800 # Node ID 6608c5b29815365b5d01a6ac991b1a255940f01e # Parent c6d56d6fbcc2a7a97b45f1b2a16649b29aad9a70 No audio or visual bell. diff -r c6d56d6fbcc2 -r 6608c5b29815 .vimrc --- a/.vimrc Sun Sep 25 17:38:17 2011 +0300 +++ b/.vimrc Sun Sep 25 17:39:21 2011 +0300 @@ -60,6 +60,10 @@ set smartcase set hlsearch +" No audio or visual bell. +set novisualbell +set noerrorbells + " Have 3 lines of offset (or buffer) when scrolling. set scrolloff=3 " set scrolljump=3