Browsing All posts tagged under »vim«

Add vim key bindings for IPython 1.0.0

October 4, 2013

12

I am a fun of vim and work a lot with IPython Notebook recently. It would be cool to combine the two. Not like emacs having a great plugin supporting IPython protocol, vim is just not good at interacting with external processes. Luckily, I found CodeMirror, the rich editor js lib used by IPython Notebook, […]