This really looks like something I should be able to find on Google, but for some reason I can't make heads or tails of it. There's the EDITOR environment variable, the ipy_user_conf.py file, the ipythonrc file, some weird thing about running gvim in server mode and a bunch of other stuff I can't wrap my head around (probably because of lack of sleep).
Is there a guide somewhere I can follow, or maybe someone can just outline the steps I need to take?
Setting the EDITOR environment variable to 'gvim -f' seems to work.
set EDITOR=gvim -f
C:\Users\[your username]\_ipython\ipythonrc.ini
editor 0
to editor gvim –f
(or editor [whatever editor you_want to use and system recognize it]
)You may have problem that your Win doesn't recognize gvim
as a command, you can fix it like this:
Control Panel -> System -> Advances system settings (System properties - Advanced tab) -> Enviroment Variables
In system variables edit Path and add this: ;C:\Program Files\Vim\vim73\
or path that leads to your gvim.exe
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With