How can I close the bell? #479
-
I want to close the error bell, but when I try "set noeb" or "set noerrorbells" I find that it cannot recognize it. So, how can I close the bell? |
Beta Was this translation helpful? Give feedback.
Answered by
citizenmatt
Mar 8, 2022
Replies: 1 comment 1 reply
-
You can set the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Straho-Chen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can set the
'visualbell'
option -:set visualbell
. Vim uses this to replace the beep with a flash of the screen. IdeaVim doesn't flash the screen, but it will stop the beep. ('errorbells'
only stops the beep for errors, not the normal usages such as hitting Escape in normal mode.'belloff'
might be a better option to fine tune what does or doesn't beep, but IdeaVim doesn't support it)