Is there a way to turn off the alert bell?

Answered

I absolutely love Rider, but I hate that it dings every time I hit the top of a file, or bottom of a file, or the left margin, or do some other behavior that can't currently be done. I HATE the bell/system alert/ding, whatever it's called. Is there a way to turn it off, please? 

2
9 comments

Ivan,

You're a sanity saver! Thank you. I should have thought to search for IntelliJ solutions to the problem and not just Rider solutions.

Option one worked perfectly.

 

0
Avatar
Permanently deleted user

I am not sure I follow this but it seems the solution referenced is related and restriced to users using ideaVim.

I am still being driven insane by the error bell in Rider and want to know how to silence it.

2
Avatar
Permanently deleted user

Same for Intellij, not using IdeaVim, still hear the sounds.

1
Avatar
Yaroslav Bedrov

Hello,

Have you tried suggestions above?

0
Avatar
Permanently deleted user

Hi, suggestions above are for IdeaVim and Win10. I don't use either of them. On Macos, I can turn notifications volume to 0 system-wide, but that's not an acceptable solution for me.

0
Avatar
Yaroslav Bedrov

I don't have bell sound when reaching the top of the file on my Mac. Could you please share idea.log ("Help | Show Log in...") after restarting IDE?

0
Avatar
Permanently deleted user

Thanks Yaroslav, I'm not sure what exactly fixed the issue, but I don't hear any sounds in IntelliJ now. Thanks for responses.

0
Avatar
Permanently deleted user

I use intellij, windows 10 and git bash as terminal. I tried turning of beep sound in settings ->  tools -> terminal: turn of audible bell

But it did not work. 

In my user home directory i created a file:

<windows_user_home>/.inputrc

In the file I added 

set bell-style none

Then i restarted intellij and sound/beep was gone.

 

4

Please sign in to leave a comment.