Difference between revisions of "Screen Tips"
From Aicip
m |
|||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
* To create a new session | * To create a new session | ||
CTRL-a c | CTRL-a c | ||
− | + | * method 1: switch between sessions/windows | |
− | * | ||
CTRL-a <space bar> | CTRL-a <space bar> | ||
− | + | * method 2: give a specific number | |
− | |||
CTRL-a <number 0-15> | CTRL-a <number 0-15> | ||
− | + | * method 3: a list of sessions | |
+ | CTRL-a " | ||
* To kill a frozen session | * To kill a frozen session | ||
CTRL-a k | CTRL-a k | ||
− | |||
* To see a list available command | * To see a list available command | ||
CTRL-a ? | CTRL-a ? | ||
+ | |||
+ | === Backspace Key Problem === | ||
+ | |||
+ | On Mac, if you use GNU screen, then backspace key will generate "Wuf Wuf" message, which is super annoying. The fix is go to terminal preference, in the advanced tab, choose "delete key send CTRL-H". | ||
− | [[Category: | + | [[Category:System Notes]] |
Latest revision as of 03:50, 10 December 2015
- To create a new session
CTRL-a c
- method 1: switch between sessions/windows
CTRL-a <space bar>
- method 2: give a specific number
CTRL-a <number 0-15>
- method 3: a list of sessions
CTRL-a "
- To kill a frozen session
CTRL-a k
- To see a list available command
CTRL-a ?
Backspace Key Problem
On Mac, if you use GNU screen, then backspace key will generate "Wuf Wuf" message, which is super annoying. The fix is go to terminal preference, in the advanced tab, choose "delete key send CTRL-H".