dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit aa80d4600a28dd4b80c54733b8be5e4254ee219d
parent 7cf08fc70528e2736f002943870939994ea17ace
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Wed, 24 Oct 2018 14:08:35 +0200

Disable bell on showmatch error

Diffstat:
Mvim/editor.vimrc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/vim/editor.vimrc b/vim/editor.vimrc @@ -46,6 +46,7 @@ set foldnestmax=10 " unless callback-hell JS " Show matching brackets set showmatch +set belloff=showmatch " Disable beeping if no match is found set matchtime=2 " Searching