1995eaton / chromium-vim

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

cancel 'insert'-mode should be done with 'shift+Esc' #660

Open DavidGretzschel opened 6 years ago

DavidGretzschel commented 6 years ago

I use 'insert'-mode to either use a site that has it's own shortcuts, but I don't want CVim to be disabled by default. Mostly just for YouTube, which has great shortcuts for player control, but not for site navigation. The problem is, that YouTube uses 'Esc' as a shortcut to cancel fullscreen mode. Thus when cancelling FullScreen all of a sudden there are conflicts between CVim and YT-player controls again, which confused me hopelessly, till I figured out the reason (I was used to VimFX on Firefox, where you exited 'insert'-mode with 'shift+Esc'). I believe this can be set manually somehow, but I'd argue, that this should be the default, since YouTube is probably the site with the most traffic on the internet.