Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Properly disable sound on errors on MacVim #235

Merged
merged 1 commit into from
Oct 2, 2016
Merged

Properly disable sound on errors on MacVim #235

merged 1 commit into from
Oct 2, 2016

Conversation

deathbeam
Copy link
Contributor

Current configuration was not disabling that annoying sounds on MacVim. According to help:

Use visual bell instead of beeping.  The terminal code to display the
    visual bell is given with 't_vb'.  When no beep or flash is wanted,
    use ":set vb t_vb=".
    Note: When the GUI starts, 't_vb' is reset to its default value.  You
    might want to set it again in your |gvimrc|.

Current configuration was not disabling that annoying sounds on MacVim. According to help:

```
Use visual bell instead of beeping.  The terminal code to display the
	visual bell is given with 't_vb'.  When no beep or flash is wanted,
	use ":set vb t_vb=".
	Note: When the GUI starts, 't_vb' is reset to its default value.  You
	might want to set it again in your |gvimrc|.
```
@amix amix merged commit d122b50 into amix:master Oct 2, 2016
@amix
Copy link
Owner

amix commented Oct 2, 2016

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants