Reputation: 3449
The terminal bell frequently sounds in my .vimrc
when it should not, including when I'm typing comments. What sorts of issues can typically cause this problem?
I have no idea where to start, and so am unsure what code to include, but here is a link to my .vimrc
: https://github.com/adc17/.adc17/blob/master/vimrc. If there's any particular info you need about my configuration, feel free to ask and I'll post the relevant snippet.
Upvotes: 0
Views: 398
Reputation: 3449
It was a plugin called vim-mucomplete, and I found an option to stop the ringing (set belloff+=ctrlg
). Thanks to the commenters for their help—for some reason it didn't occur to me that the problem was a plugin.
Upvotes: 1