1995eaton / chromium-vim

Vim bindings for Google Chrome.
https://chrome.google.com/webstore/detail/cvim/ihlenndgcmojhcghmfjfneahoeklbjjh
MIT License
2.25k stars 326 forks source link

Unmapping some chars on Youtube not working #682

Open Tanath opened 5 years ago

Tanath commented 5 years ago

Using the following:

site '*://*.youtube.com/*' {
   unmap > < , . c m j l f P N
}

The unmapped characters work properly except c and m, which do nothing unless I hit i first to pass through. My cVimrc.

c toggles subtitles, and m toggles mute.