vb4c
vb4c copied to clipboard
vb4c has been archived - please direct all conversation to the original cVim project page: https://github.com/1995eaton/chromium-vim
Updates?
Hey @dcchambers, just wondering how the Chrome application and the "The Road to 1.0" project are coming along. I would love to help maintain and develop this repo but I...
I have made the tough decision to archive this project. My personal interests and professional work have lead me to focus on vastly different things than old javascript code and...
Hi folks, I've posted a status update on my blog: https://chambers.io/vb4c/2020/04/15/vb4c.html **TL;DR** - After a bit of life chaos due to COVID-19, work on vb4c is progressing. I am familiarizing...
Has this fork been abandoned? Still no web store publication or source code updates for over a year now. Maybe someone who actually intends to work on it can try...
I have a Gmail-specific section in my config (for unmapping vb4c commands that conflict with Gmail's own keyboard shortcuts). It works great, except that no matter what I do vb4c...
`f` opens or follows a link in the same tab, but if the link has the `target="_blank"` attribute it opens it in a new tab (as if I used `F`)....
A feature request: I want want to enter something like mW, see the hints appear, typing a hint, it opening another window (that's not getting focus) and the hints appearing...
Expected behaviour: When vb4c is disabled it is grey. When it is enabled it is green. When it is enabled (and/or it is green, since those things should be the...
Feature request (or is this already possible?) Would be helpful to be able to scroll HTML element instead of the whole page. Does anyone have a way to avoid using...
Implemented suggestion from issue [#15](https://github.com/dcchambers/vb4c/issues/15). I attempted to make the main window come to the front but I think the `PORT` message listeners are destroyed by the time the function...