-
I'm finding that every time I restart chrome I have to re-enter all the cVimrc commands that I added previously (cVimrc becomes empty).
Here is the cVimrc I'm using:
```
set scrollstep=150
set auto…
-
Basically I'd like to be able to sync them the same way I sync the rest of my config.
Thanks.
soli updated
10 years ago
-
Hya :)
quick marks and searches are broken again here
for single quickmarks they do work but dont launch the site but rather a google search
same for seach engines...it launches a google search
quic…
-
Just wanted to know what everyone thinks about the command bar CSS. Any suggestions or changes that could be used to make it look a little better?
-
I am trying to use powerline with MacVim (from homebrew). I had successfully got it working about a month (or more) ago. However I just pulled the latest changes a few days ago and I get this error - …
-
Suppose I have the two lines:
import os
os.listdir('.')
If I hit \e with these two lines selected
this is what I get in the ouput window:
python> import os os.listdir('.')
OUTPUT:
File "", line …