I'm trying to remap the f key to another key on YouTube in Vimium because it conflicts with the full screen native shortcut. Ideally, it would only work for YouTube and/or other video player websites, but, at any rate, I'm trying to understand why adding something like:
map u f # or maybe `map f u`?
doesn't work globally. I've tried many other variations but nothing really worked. I think that the more proper way for this extension would be something like map f showShortcuts
, but I don't know where to find a complete index for the correct showShortcuts
types of commands.
So, does anyone know how to do this the correct way? Where can I find an exhaustive index of commands?