Last active
August 29, 2015 14:23
-
-
Save rafaellucio/0aa7a3952232bc560c52 to your computer and use it in GitHub Desktop.
Usando screen multi command teminal
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
| 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