Stephen Blott
Stephen Blott
I should say the only other change I made to your code was to wrap the whole lot inside a function (to keep the namespace clean) and export only the...
Your call, of course, @philc, but I really miss this.
I can generate the same effect in Chrome. The problem seems to be that we're generating a `mouseover` event, but not the corresponding `mouseout` event, [here](https://github.com/philc/vimium/blob/master/lib/dom_utils.coffee#L250). Adding the `mouseout` event...
> Maybe we can add a keydown handler to grab the next `Esc`... Yes.
> Note that mapping j/k to up and down for option boxes would eliminate the ability to type-out the name of the option (e.g. "john") and have that selected for...
> We are already using Ctrl + j & Ctrl + k for toggling up and down in Vomnibar. I think we should use the same for this too. Good...
Unfortunately, this is quite hard to implement. Because many things in Vimium happen asynchronously, we don't really know when one command ends, so we don't know when to launch the...
@afilp I think this is reasonable, but I guess it would have to work for bookmarks and history too.
> If vimium could simply remember the last link (or whatever else) that was clicked and there was a shortcut for it If you think this through, you'll realise that...
OK. What's the use case? Keep in mind Vimium's [design goals](https://github.com/philc/vimium/blob/master/CONTRIBUTING.md#vimium-design-goals).