vimium icon indicating copy to clipboard operation
vimium copied to clipboard

The hacker's browser.

Results 266 vimium issues
Sort by recently updated
recently updated
newest added

Event.path is deprecated and will be removed. Please use Event.composedPath() instead. scroller.js:312 ``` const path = event.deepPath || event.path; ``` Chrome: 103.0.5060.134 Vimium: 1.67 Thanks

This ensures `userDefinedLinkHintCss` can override those in `vimium.css`, so it can replace #3421, fix #3418, fix #3452 and fix #3956. As said in https://github.com/philc/vimium/issues/3418#issuecomment-549160351 , during my tests the document...

Steps: Go to AWS Console and attempt to use Vimium. Expected Results: At least to retain some keybindings (vomnibar) Actual: Most of the time no keyboard shortcuts are registered (hints,...

I don't know about you guys, but I frequently refer to man pages in my day-to-day. Sometimes, I may be in the browser and would like to see a pretty...

## Description I am a big fan of this project and humbly request this PR for consideration. It adds support for man page completion by way of [mankier](https://www.mankier.com/). This site...

**Describe the bug** When there's a side-scrollable code element I can't select it and scroll, resorting to mouse usage. Personal hover keybind: ``` map gh LinkHints.activateMode action=hover ``` **To Reproduce**...

I came across [this](https://github.com/philc/vimium/issues/2154#issuecomment-224245127) solution for toggling vimium with a shortcut, but was wondering if it could be possible to do this all with one shortcut by adding an option...

[Disclaimer: Probably not an actual bug, more like a cry for help.] **Describe the bug** I use the `[[` and `]]` bindings a lot when reading web comics, they're an...

The scrollToTop command with a number before it moves that many steps down from the top of the webpage. It would be even better if this jumped a percentage down...

Sometimes I simple want access to a single vimium function, e.g. the 'f' key on Github. It is too laborious to exclude all of Github's keyboard shortcuts. If we could...