Skip to content

Instantly share code, notes, and snippets.

@rafaellucio
Last active August 29, 2015 14:23
Show Gist options
  • Save rafaellucio/0aa7a3952232bc560c52 to your computer and use it in GitHub Desktop.
Save rafaellucio/0aa7a3952232bc560c52 to your computer and use it in GitHub Desktop.
Usando screen multi command teminal
Reference Install: http://www.tecmint.com/screen-command-examples-to-manage-linux-terminals/
Reference: http://unix.stackexchange.com/questions/26685/how-to-split-window-vertically-in-gnu-screen
Check out the video tutorial on Split Screen with Screen in Linux - BASH - https://www.youtube.com/watch?v=dFdqyccdWUE . At time 2:00 minute, there would be a solution.
`Ctrl`+`A`+`S` # Create another window
`Ctrl`+`A`+`Tab` # Moving from another window
`Ctrl`+`A`+`c` # Create new session
`Ctrl`+`A`+`|` # Splitting vertical
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment