equal
deleted
inserted
replaced
1 |
1 |
2 startup_message off |
2 startup_message off |
|
3 |
|
4 # Use backtick instead of Ctrl+A. |
|
5 escape `` |
3 |
6 |
4 # If a window goes unresponsive, don't block the whole session waiting for it. |
7 # If a window goes unresponsive, don't block the whole session waiting for it. |
5 nonblock on |
8 nonblock on |
6 |
9 |
7 # Ctrl+Tab and Ctrl+Shift+Tab to switch session in GNU Screen. |
10 # Ctrl+Tab and Ctrl+Shift+Tab to switch session in GNU Screen. |
8 bindkey "^[[1;5I" next |
11 bindkey "^[[1;5I" next |
9 bindkey "^[[1;6I" prev |
12 bindkey "^[[1;6I" prev |
10 |
13 |
11 # If a window goes unresponsive, don't block the whole session waiting for it. |
|
12 defnonblock on |
|
13 |
|
14 # Window numbering starts at 1, not 0. |
14 # Window numbering starts at 1, not 0. |
15 bind c screen 1 |
15 bind c screen 1 |
16 bind 0 select 10 |
16 bind 0 select 10 |
17 |
17 |
18 vbell on |
18 vbell on |