Is there a way to have a text file open in Vim, and have the shell open next to it in the same window?
I find myself opening a script for editing, making changes, closing Vim, running the script to test it, then opening Vim again, over and over. I suppose I could have two separate windows with a shell in one and Vim in the other but that somehow feels clunky (I guess I'm too used to IDEs). The real problem, however, is that I am using SSH to connect to a remote machine, and having two separate windows with two separate SSH sessions seems not just clunky but actually Wrong. Is there a better way or am I stuck with two windows/SSH sessions?