1995eaton / chromium-vim

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

Unable to open links ('f' key) and hover ('q' key) #722

Closed dcchambers closed 4 years ago

dcchambers commented 4 years ago

The f, w, and q keys are no longer working in cVim to open pages from URLs or hover over urls/elements on a page. Other keybindings (page navigation, tabnew, open tab, change tabs, etc) seem to be working as expected. I have tried disabling/re-enabling the extension, reinstalling it, and rebooting computer. No luck fixing it.

dcchambers commented 4 years ago

This issue has been solved by PR #719 - but I am leaving the issue open because that PR has not been merged. Will close if/when it gets merged.

Otherwise to fix this, you'll have to manually install the extension from user @antonioyon's fork.

  1. Clone the repo: https://github.com/antonioyon/chromium-vim/tree/issue-716-fix-broken-hints
  2. Switch branches to issue-716-fix-broken-hints
  3. Install npm if you don't have it already.
  4. Run npm install and then make.
  5. Go to chrome://extensions in browser and select the "Load Unpacked Extension" button (may need developer mode enabled).
  6. Navigate to the directory with the code from above.
dcchambers commented 4 years ago

Duplicate of #716

Closing