Last active
January 31, 2019 04:04
-
-
Save ezirmusitua/1982bc1959e8f71f4ecc15c14d94e550 to your computer and use it in GitHub Desktop.
[Disable sound bell] disable sound bell in vim #vim
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# add following lines in .vimrc | |
set visualbell | |
set noerrorbells | |
# or enter in command mode | |
:set visualbell | |
:set noerrorbells |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment