Hacker News new | ask | show | jobs
by 0xfaded 184 days ago
Try running ipython inside a vim terminal (:below term). Being able to yank and paste between buffers and the terminal (which is itself backed by a vim buffer), and vice versa, is a big multiplier
2 comments

vim-slime is another variant, easing pasting across a screen multiplexor. It works well with IPython.

https://github.com/jpalardy/vim-slime

Ooh. I'll check it out.