philc / vimium

The hacker's browser.
https://chrome.google.com/webstore/detail/vimium/dbepggeogbaibhgnhhndojpepiihcmeb
MIT License
23.11k stars 2.48k forks source link

only exclude key sequence not individual keys #3142

Open faridcher opened 6 years ago

faridcher commented 6 years ago

When I add the following exclusion entry, Vimium disables each individual key (i.e. +gd) on Github e.g. d won't scroll the screen down. A better approach, I think, is to disable only the key sequence (g+d) instead of each individual key.

URL: https?://github.com/* key: g+d (go to dashboard )

thanks

smblott-github commented 6 years ago

Maybe you have something simple in mind, but I'd be worried that this would get too complicated. At the moment, users don't have to look up the wiki to figure out what to put as passkeys in the Vimium popup. That's important.

(Workaround... I always map important Vimium functions like j and k to other keys too (for me, J and K) so that I always have them available, even when I'm using the page's own bindings.)

bpkroth commented 1 year ago

Would also like support for this if possible. For instance, I'd like to be able to passthru all key sequences to github.com except gg.