How can I open a Shell inside a Vim Window?
Posted
by Martín Fixman
on Stack Overflow
See other posts from Stack Overflow
or by Martín Fixman
Published on 2010-05-06T16:36:39Z
Indexed on
2010/05/06
16:38 UTC
Read the original article
Hit count: 149
I can open a shell by using the :shell command in Vim, however I can't edit a file and at the same time use the shell.
Is there any way to split Vim in many Windows (or tabs), and have a shell opened in one of them?
© Stack Overflow or respective owner