-
I only just started using this (excellent) extension and I'm encountering this problem: With the following config:
```
site '*://*.reddit.com/*' {
set numerichints
call :pintab
}
```
Onl…
-
In pentadactyl it is possible to auto-pin tabs with:
```
autocmd PageLoad * js if(!getBrowser().mCurrentTab.pinned) getBrowser().pinTab(getBrowser().mCurrentTab);
```
can I get the same with cVim?
bk322 updated
10 years ago
-
Hi,
Love the plugin, and I'd find it great if Google Scholar could be added to the search completion.
Thanks!
-
Hey Jake - thanks for all the great work on this awesome extension so far. What do you think the chances are that something like Pterosaur could be built (into cVim) for Chrome? https://github.com/ard…
-
A lot of my browsing tools are javascript bookmarklets (add to instapaper, save on delicious…) I can't figure out a good way to trigger them in cvim. In vimium, if I triggered a bookmark it would just…
-
In vimperator and pentadactyl, users are able to hit `;y` and see all links on-page (that they would be able to open using `f`), but when selected a link does not open, instead it is copied to the pri…
-
Error in response to bookmarks.getTree: TypeError: Cannot read property 'postMessage' of null
at Object.Bookmarks.getMarks (chrome-extension://ihlenndgcmojhcghmfjfneahoeklbjjh/background_scripts/b…
-
I have a strange problem, which is very annoing.
How to reproduce(sometimes it requires several repeats to reproduce):
1. Install chrome 38 beta and chromium-vim addon
2. Navigate to a new tab
3. S…
ghost updated
10 years ago
-
cvim version: 1.2.60
OSX: Yosemite, although same behavior in Mavericks
Pressing 'b' works correctly.
I select a bookmark and press Enter.
A link is opened to chrome-extension://ihlenndgcmojhcghmfjf…
-
I've been having an issue with using the DuckDuckGo Bang searches (!g searchterm) with Cvim installed on Chrome. Something about Cvim seems to interfere with DDG redirecting the search the site that …