.screenrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Mon, 19 Sep 2011 21:08:02 +0300
changeset 197 5c1ed795a3b3
parent 195 e7703ed69e4e
child 203 83fcc395ccc5
permissions -rw-r--r--
merged
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