3 | | - create a new screen session by _screen_ |
4 | | - attach to an existing screen session by _screen -x_ |
5 | | - create a new tab by _ctrl + a -> c_ |
6 | | - rename a tab by _ctrl + a -> shift + a_ |
7 | | - go to tab n(1-9) by _ctrl + a -> (1-9)_ |
8 | | - go to a tab n(>9) by _ctrl + a -> 9_ than _ctrl + a -> n (for next tab)_ |
9 | | - enter scrolling mode by _ctrl + a -> Esc_ |
10 | | - exit scrolling mode by _Esc_ |
| 3 | - create a new screen session by ''screen'' |
| 4 | - attach to an existing screen session by ''screen -x'' |
| 5 | - create a new tab by ''ctrl + a -> c'' |
| 6 | - rename a tab by ''ctrl + a -> shift + a'' |
| 7 | - go to tab n(1-9) by ''ctrl + a -> (1-9)'' |
| 8 | - go to a tab n(>9) by ''ctrl + a -> 9'' than ''ctrl + a -> n'' (for next tab) |
| 9 | - show a list of all tabs ''ctrl + a -> "'' |
| 10 | - enter scrolling mode by ''ctrl + a -> Esc'' |
| 11 | - exit scrolling mode by ''Esc'' |