Chris Knadler
Chris Knadler
Same here. Output looks a bit blurry on a retina display. Any workarounds for this?
Hey, sorry for the trouble. What was the output of the installer? It should fail the install if you are missing any dependency. You are using Gnome right? I know...
Thats pretty strange. By nothing happens, I'm assuming you mean that gVim doesn't show up? What happens if you run the script directly? ``` $ ~/.vim-anywhere/bin/run -v # this will...
@pyrated good point. We will have to look at an alternate way to detect wether to use `gconftool` or `gsettings`. Clearly the current solution isn't working in all cases.
Hey verysure, Thanks for the bug report! Do you know if `xsel` is standard on Linux installs? Seems like a reasonable solution if it is, I'm just worried about compatibility....
vim-anywhere just invokes regular MacVim or GVim depending on your system. These both automatically source `~/.gvimrc` and you can override your defaults to have them source whatever you'd like.
No worries. You bring up a great point. I actually have the same problem, but I'm trying to think of any way other than adding a `.vim-anywhererc`. Another solution would...
Hey, I've definitely thought about this. I was going back and forth between adding a config file for vim-anywhere or finding a simple way to set this up by having...
Thats a good point. I wonder if there is some way to make it easier to identify vim-anywhere editing in .vimrc? I'll take another look and see if I can...
@nimaje @omeid Happy to discuss a pull request that adds this functionality. Probably won't get around to implementing myself.