liuchengxu / vim-better-default

:art: Simplify your .vimrc and make the default vim better
MIT License
158 stars 37 forks source link

Disabling bell #5

Closed CptGibbon closed 7 years ago

CptGibbon commented 7 years ago

Lines 167-169 of default.vim disable visual bell and set t_vb to empty in an attempt to disable bell effects. I've found that the hardware bell still sounds on error, a fix for this would be to replace lines 168-169 with set vb t_vb=

vim.wikia.com on disabling beeping correctly.

liuchengxu commented 7 years ago

Already updated, thanks!