Skip to content

Instantly share code, notes, and snippets.

@ezirmusitua
Last active January 31, 2019 04:04
Show Gist options
  • Save ezirmusitua/1982bc1959e8f71f4ecc15c14d94e550 to your computer and use it in GitHub Desktop.
Save ezirmusitua/1982bc1959e8f71f4ecc15c14d94e550 to your computer and use it in GitHub Desktop.
[Disable sound bell] disable sound bell in vim #vim
# 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