1

Vim beeps. A lot. For instance, whenever I type a '>' in insert mode (can't even guess why it dislikes that specific character), or execute a macro, or tab-complete a file path. This is really starting to annoy me. Is there anywhere I can see a list of the things that make vim beep, and disable a bunch of them?

Jeff Schaller
  • 67,283
  • 35
  • 116
  • 255
Benubird
  • 5,912
  • 1
    could be a plugin... a related Q&A on SO: https://stackoverflow.com/questions/44915356/bell-frequently-sounds-when-editing-vimrc – Sundeep Jul 11 '17 at 15:08

1 Answers1

0

Sundeep's link disables a Vim plug-in. As a last resort, turn off all System Sounds. Try: How to disable the beep sound system-wide or as most distros use pulseaudio try: Mute sound effects on Ubuntu from command line

Frank R
  • 11