Jake Eaton
Jake Eaton
As a temporary workaround, you can add this to your config file to automatically center find results: ``` vim map ^n nextSearchResult map ^N previousSearchResult map n :execute ^nzz map...
@hpurmann I'd rather keep things more vim-like, and I don't think vim has a setting like this. I do plan on making this fix easier to apply (without adding random...
`nextCompletionResult` will open a new page unless the command bar is focused. Also, are you setting the binding in the settings page or the keybindings page in `chrome://extensions`?
This is already possible, but it looks like I forgot to add the feature to the README page. You'll need to be running the [cvim_socket.py](https://github.com/1995eaton/chromium-vim/blob/master/cvim_socket.py) script for it to work....
I was able to get gvim to work with this as the `COMMAND` variable: ``` python COMMAND = 'gvim -f ' + TMP ```
Try the `cvim_server.py` script in one of my most recent commits. It should work now
Have you guys updated the full source tree (JS code too)? I'm sending JSON data via the content scripts, which is parsed by the new python script. You'll run into...
See [here](https://github.com/1995eaton/chromium-vim/blob/master/README.md#contributing). You can skip the first two steps.
Could you share your cvimrc?
Figured this out a couple of days ago. Patched. Thanks!