/dav/random

Open a terminal IN Vim

August 19, 2015 | 0 Minute Read

#memo #tips

I was searching for a way to open a shell in Vim and I got many answers. Essentially all the juice is listed here. First I will list the ones that are possible but that are not my answer:

:! somecommand [ENTER]

or

:! bash (or your favourite shell) [ENTER]

But no… this is not what I wanted. I wanted a real terminal inside (a tab of) Vim… so the answer is ConqueTerm. Enjoy!

HTH

d

#memo #tips