Created
October 30, 2011 23:53
-
-
Save mpobrien/1326612 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
screen -X split | |
screen -X focus down | |
screen -X screen | |
COMMAND="call SetupScreen('$STY')" | |
screen -S "$STY" -p0 -X stuff "vim -c \"call SetupScreen('" | |
screen -S "$STY" -p0 -X stuff "$STY" | |
screen -S "$STY" -p0 -X stuff "')\"" | |
screen -S "$STY" -X focus up | |
screen -S "$STY" -p0 -X eval 'stuff "\015"' | |
#screen -S "$STY" -p2 -X stuff "/home/mike/projects/screen_vim/menu.sh" | |
#screen -S "$STY" -p1 -X eval 'stuff "\015"' | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment