.screenrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sun, 25 Sep 2011 16:50:14 +0300
changeset 203 83fcc395ccc5
parent 195 e7703ed69e4e
child 204 fab75ba6b6c9
permissions -rw-r--r--
Window numbering starts at 1, not 0.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
195
e7703ed69e4e If a window goes unresponsive, don't block the whole session waiting for it.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents: 144
diff changeset
     1
e7703ed69e4e If a window goes unresponsive, don't block the whole session waiting for it.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents: 144
diff changeset
     2
startup_message off
e7703ed69e4e If a window goes unresponsive, don't block the whole session waiting for it.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents: 144
diff changeset
     3
e7703ed69e4e If a window goes unresponsive, don't block the whole session waiting for it.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents: 144
diff changeset
     4
# If a window goes unresponsive, don't block the whole session waiting for it.
e7703ed69e4e If a window goes unresponsive, don't block the whole session waiting for it.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents: 144
diff changeset
     5
nonblock on
144
27f383858159 Ctrl+Tab and Ctrl+Shift+Tab to switch session in GNU Screen.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
diff changeset
     6
27f383858159 Ctrl+Tab and Ctrl+Shift+Tab to switch session in GNU Screen.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
diff changeset
     7
# Ctrl+Tab and Ctrl+Shift+Tab to switch session in GNU Screen.
27f383858159 Ctrl+Tab and Ctrl+Shift+Tab to switch session in GNU Screen.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
diff changeset
     8
bindkey "^[[1;5I" next
27f383858159 Ctrl+Tab and Ctrl+Shift+Tab to switch session in GNU Screen.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
diff changeset
     9
bindkey "^[[1;6I" prev
27f383858159 Ctrl+Tab and Ctrl+Shift+Tab to switch session in GNU Screen.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
diff changeset
    10
203
83fcc395ccc5 Window numbering starts at 1, not 0.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents: 195
diff changeset
    11
# If a window goes unresponsive, don't block the whole session waiting for it.
83fcc395ccc5 Window numbering starts at 1, not 0.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents: 195
diff changeset
    12
defnonblock on
83fcc395ccc5 Window numbering starts at 1, not 0.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents: 195
diff changeset
    13
83fcc395ccc5 Window numbering starts at 1, not 0.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents: 195
diff changeset
    14
# Window numbering starts at 1, not 0.
83fcc395ccc5 Window numbering starts at 1, not 0.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents: 195
diff changeset
    15
bind c screen 1
83fcc395ccc5 Window numbering starts at 1, not 0.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents: 195
diff changeset
    16
bind 0 select 10
83fcc395ccc5 Window numbering starts at 1, not 0.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents: 195
diff changeset
    17