-
For an extension that claims to mimic the powers of Vimperator/Pentadactyl how would I then be able to map:
- nextTab
- previousTab
to keys already being used by default Chrome `, `?
# MY ATTEMPT
Wh…
-
(Idea shamelessly stolen from vimperator)
It would be great if cvim had a key combination to enable a "pass through" mode, where all keys are interpreted literally (i.e. no commands). In vimperator t…
-
I have tried disabling all extensions, using vanilla chrome or canary, with default cVim hotkey settings to scroll down or scroll to bottom on numerous different websites and it does not work.
It …
-
Would it be possible to be able to use the dot to repeat a command? I use that a LOT in pentadactyl on firefox and it's probably one of the last things I can think of that I'm missing vs cVim.
Exampl…
ghost updated
10 years ago
-
As a user of Vimium with voice recognition I rely on the use of link shortcuts to do the majority of page navigation. I would benefit greatly from being able to have these link shortcuts available aut…
-
since I have installed from git myself in order to keep tabs from getting stuck on chrome:// pages, the settings button does nothing and i must go to extensions>cVim options in order to modify my conf…
-
## Prelude
* Could you find answer in below documents?
1. [FAQ](https://github.com/brookhong/Surfingkeys/wiki/FAQ) / [常见问题](https://github.com/brookhong/Surfingkeys/wiki/%E5%B8%B8%E8%A7%81%E9%…
-
I think auto sync when chrome starts is good. Otherwise we must click sync manually on every machine.
-
Follow link ("f") is not working on Google Search site. Other keys ("u", "d", "j", "k", "gi") is still working fine.
This happens when google search is opened by type keywords in a currently open tab…
-
I understand that chrome's API doesn't allow to read $HOME or ~/ in file path.
So you have to add your username in the configuration:
`let configpath = '/home/myusername/.cvimrc'`
This makes it…