akahuku / wasavi

wasavi is an extension for Chrome, Firefox, and Opera. wasavi changes a textarea element to virtual vi editor which supports almost all the vi/ex commands.

Home Page:http://appsweets.net/wasavi/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

exrc noerrorbells not working

idraper opened this issue · comments

commented

My exrc is:

" exrc for wasavi
set noerrorbells
set nolaunchbell

If I refresh the page, it works only on the options page. However, it does not work for any other pages.

I tried refreshing, hard-refreshing, and restarting Chrome.

I am using the latest version of Chrome (76.0.3809.87).

commented

Same problem, set bellvolume=1 at least goes some way to remove this painful beep.

You can try to put all of these settings in your exrc, novisualbell is the one that should do the trick

set noerrorbells
set nolaunchbell
set novisualbell
set bellvolume=0

Edit: actually it's that set bellvolume=0 that does the trick