vimux-pyutils
vimux-pyutils copied to clipboard
using plugin with ipython console
Thanks for you plugin!
I wonder whether it would be possible to use it with the ipython console, where you don't need (or can use) %paste or %cpaste magic.
Ideally, it would look whether ipython is run normally or as a console and would execute the appropriate command (with vs. without using %paste).
Sorry for the delay, didn't see this issue until today.
Maybe it's doable, but it requires a way to simulate a ctrl-c on the ipython qtconsole. I'm not quite sure if this is possible to do this in a cross-platform way. Or maybe ipython supports sending chunk of texts to the kernel directly ?
Control-b also messes up scrolling for me too.