-
-
Save Naramsim/1b8cc0b4e5fdae715f6c to your computer and use it in GitHub Desktop.
Revisions
-
Naramsim revised this gist
Oct 28, 2015 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -4,6 +4,7 @@ In screen the terminal multiplexer. - detach to the current session `ctrl` `a` then `d` - list screens `screen -ls` - attach to an attached session `screen -x pidOfSession` - delete detached session `screen -X -S pidOfSession quit` - To split vertically: `ctrl` `a` then |. - To split horizontally: `ctrl` `a` then `S` (uppercase one). - To unsplit: `ctrl` `a` then `Q` (uppercase one). -
Naramsim revised this gist
Oct 16, 2015 . 1 changed file with 5 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,9 @@ In screen the terminal multiplexer. - new session `screen -S NewSession` - switch between sessions `ctrl` `a` then `n` - detach to the current session `ctrl` `a` then `d` - list screens `screen -ls` - attach to an attached session `screen -x pidOfSession` - To split vertically: `ctrl` `a` then |. - To split horizontally: `ctrl` `a` then `S` (uppercase one). - To unsplit: `ctrl` `a` then `Q` (uppercase one). -
hsuh renamed this gist
Jun 21, 2014 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
hsuh renamed this gist
Jun 21, 2014 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
hsuh revised this gist
Jun 21, 2014 . 1 changed file with 1 addition and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -4,5 +4,4 @@ In screen the terminal multiplexer. - To unsplit: `ctrl` `a` then `Q` (uppercase one). - To switch from one to the other: `ctrl` `a` then `tab` Note: After splitting, you need to go into the new region and start a new session via `ctrl` `a` then `c` before you can use that area. -
hsuh revised this gist
Jun 21, 2014 . 2 changed files with 8 additions and 9 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ In screen the terminal multiplexer. - To split vertically: `ctrl` `a` then |. - To split horizontally: `ctrl` `a` then `S` (uppercase one). - To unsplit: `ctrl` `a` then `Q` (uppercase one). - To switch from one to the other: `ctrl` `a` then `tab` Note: After splitting, you need to go into the new region and start a new session via `ctrl` `a` then `c` before you can use that area. 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 charactersOriginal file line number Diff line number Diff line change @@ -1,9 +0,0 @@ -
hsuh revised this gist
Jun 21, 2014 . 1 changed file with 0 additions and 9 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -7,12 +7,3 @@ In screen the terminal multiplexer. Note: After splitting, you need to go into the new region and start a new session via `ctrl` `a` then `c` before you can use that area. -
hsuh created this gist
Jun 21, 2014 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,18 @@ In screen the terminal multiplexer. To split vertically: `ctrl` `a` then |. To split horizontally: `ctrl` `a` then `S` (uppercase one). To unsplit: `ctrl` `a` then `Q` (uppercase one). To switch from one to the other: `ctrl` `a` then `tab` Note: After splitting, you need to go into the new region and start a new session via `ctrl` `a` then `c` before you can use that area. EDIT, basic screen usage: New terminal: ctrla then c. Next terminal: ctrla then space. Previous terminal: ctrla then backspace. N'th terminal ctrla then [n]. (works for n∈{0,1…9}) Switch between terminals using list: ctrla then " (useful when more than 10 terminals) Send ctrla to the underlying terminal ctrla then a.