-
Hi,
When I type the char with `shift` key, e.g., `!@#$%^&()*` the input bar just disappear like press the `esc` key, any suggestions?
-
Hi!
By default you toggle the command/autocomplete list with `Tab` and `Shift+Tab`. Can I remap this to some other keys? I prefer to use `Ctrl+n` and `Ctrl+p` for this as in Vim.
-
I want to track the chromium-vim configuration as part of my dot files repository.
From the documentation I couldn't figure out if that's already possible, a configuration file naively placed at $HOM…
-
I am not sure if there is some config for this. When I am on a page and I open link A and B(in that order) using F, B is on my right followed by A. Is there a reason it doesn't behave like it would wh…
-
with this as my blacklist:
```
let blacklists = ["*://*.github.com/* t r","https://mail.google.com/*"]
```
`y` does not archive on gmail anymore.
-
I can type `:history ` and search through history, but `l` (tried both lowercase L and the pipe character) does not seem to work.
I have latest version of cVim on Chrome 37.0.2062.122.
-
Hi,
Can I find somewhere a list of differences between this plugin and pentadactyl ?
Pentadactyl is the only reason I use Firefox rather than Chromium, therefore, I would love to seen an equivalent…
-
Not sure if this is a bug, or just me not knowing how to do things.
I'd like to disable the functionality of `` in insert mode on all sites. I don't use cVim's `` functionality which goes to the star…
-
For the following url, `:open http://d/` opens a google search with 'http://d/' as the search keyword.
I think if something starts with "http://" or "https://", it should not send it to a search engi…
-
For my case, I install the cvim plugin to another personal .vim.myself folder(my purpose is to share the vim configuration among virtual machines and remote hosts), then make a symbol link $HOME/.vim …