Open a terminal IN Vim
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