Thursday, December 5, 2013

Turn off bells in Vim

:set visualbell

This tells Vim to flash the screen instead of ringing a bell.

To make it permanent, put it in your .vimrc file:


set visualbell



No comments:

Post a Comment

Note: Only a member of this blog may post a comment.