| 1 | 1 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,30 @@ |
| 1 |
+#General Settings |
|
| 2 |
+term xterm |
|
| 3 |
+startup_message off |
|
| 4 |
+vbell off |
|
| 5 |
+caption always |
|
| 6 |
+ |
|
| 7 |
+#Ctrl-up, Ctrl-down to move between regions |
|
| 8 |
+bindkey "^[[1;5A" focus up |
|
| 9 |
+bindkey "^[[1;5B" focus down |
|
| 10 |
+ |
|
| 11 |
+#Ctrl-left, Ctrl-right to move between windows |
|
| 12 |
+bindkey "^[[1;5C" next |
|
| 13 |
+bindkey "^[[1;5D" prev |
|
| 14 |
+ |
|
| 15 |
+#F9, F10, F11 to decrease, increase, equalize region size |
|
| 16 |
+bindkey "^[[20~" resize -1 |
|
| 17 |
+bindkey "^[[21~" resize +1 |
|
| 18 |
+bindkey "^[[23~" resize = |
|
| 19 |
+ |
|
| 20 |
+#F1, F2 to move to top/bottom region |
|
| 21 |
+#F3 to clear both regions |
|
| 22 |
+#F4 to close all windows and exit screen |
|
| 23 |
+bindkey -k k1 focus top |
|
| 24 |
+bindkey -k k2 focus bottom |
|
| 25 |
+bindkey -k k3 eval "clear" "focus up" "clear" "focus up" |
|
| 26 |
+bindkey -k k4 quit |
|
| 27 |
+ |
|
| 28 |
+#F5 windowlist, #F6 rename window |
|
| 29 |
+bindkey -k k5 windowlist |
|
| 30 |
+bindkey -k k6 title |