-
-
I have a situation where I would like to use cVim at http://domain/foo/bar, but not at http://domain/foo. Is this possible at all? I was thinking a whitelist that overrode the blacklist.
-
The latest update on 2/06/2015 has conflict to Google Hangouts Plugin.
cVim prevent user from being able to typing into the Hangouts mail chat windows. I have to disable cVim for now!!
-
```
Hi,
Yes I understand that this is uncommon usage and many might seem dubious,
but doing this simplifies my life in certain ways ;) Mentioning this
because I suspect it might be a quick code chang…
-
I'm using [chrome-dev](https://aur.archlinux.org/packages/google-chrome-dev/) 42.0.2292.0 dev (64-bit).
There is no evident error shown in the console.I have tested typing with cVim disabled,it works …
-
One of the things that keeps me using Pentadactyl is its ability to pass through keys. For instance, say you are using a website with keyboard shortcuts (i.e. Gmail) that coincide with the navigation …
-
When I start search some tab by `:buffer` command and swith tabs with `` button only first number add to command buffer (for example, only 2 for 23 tab). And if I press `` cvim switch not to highlight…
-
cVim eats too many of the shortcuts I use. For example the exclamation mark switches tabs on my keymap and even disabling cvim or switching to insert mode does not change that.
Please add an option …
-
Hi @gorhill,
This hasn't happened every update, but at least the last two version bumps have caused me to lose all my custom settings, which is quite sad because I had spent some decent time unbreaki…
-
A little feature request: I want to write a function that looks something like this:
``` c++
msgpack::unpacker get_data() {
msgpack::unpacker up(SIZE);
size_t len = some_read_func(up.buffer()…