.screenrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Thu, 08 Sep 2011 16:57:51 +0300
changeset 195 e7703ed69e4e
parent 144 27f383858159
child 203 83fcc395ccc5
permissions -rw-r--r--
If a window goes unresponsive, don't block the whole session waiting for it.
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