4

Is there any way to turn off the sound which rings when a line is uncommented?

I find many ways to turn off sounds in IDEAvim, but I am asking about the sound above, not about a plugin. Default editor in Idea.

Andrey
  • 15,144
  • 25
  • 91
  • 187
kensuke1984
  • 949
  • 1
  • 11
  • 21

2 Answers2

6

Put this line into your ~/.ideavimrc file:

set visualbell

See also :help 'visualbell' and the list of :set commands supported by IdeaVim.

Andrey
  • 15,144
  • 25
  • 91
  • 187
0

If you are using Windows, the bells can be easily modified or muted by changing the setting in the sound pannel. You can click setting->system->more sound settings to customize the windows sound solution, and by default, the error bell when typing in ideavim is called the default sound option in the sound solution, maybe changing to a more soft alert is a better option than muting it.