Is it possible to have a Python interpreter open in a Vim buffer? Something like:
________________________
| |
| |
| my python script |
| |
| |
------------------------
| |
| python interpreter |
------------------------
Right now I have Vim open and a separate interpreter open. I saw the answer to this and was blown away.
Anyway, thanks for the help and if there is something I can just google then point me in that direction.
No, you can't run a shell in Vim by default. That's by design.
However, there are a handful of ways to accomplish this:
You could have a look at PIDA. Not exactly what you asked for but it is a Python IDE that embeds vim so might do the trick.
Check out Pimp. Also, read this related question.
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