.screenrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sat, 17 Sep 2011 01:28:45 +0300
changeset 198 6fd142910e94
parent 195 e7703ed69e4e
child 203 83fcc395ccc5
permissions -rw-r--r--
Use git diff style to show file permission changes.
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