summaryrefslogtreecommitdiffstats
path: root/configs/.screenrc
diff options
context:
space:
mode:
Diffstat (limited to 'configs/.screenrc')
-rw-r--r--configs/.screenrc26
1 files changed, 26 insertions, 0 deletions
diff --git a/configs/.screenrc b/configs/.screenrc
new file mode 100644
index 0000000..75f7f4f
--- /dev/null
+++ b/configs/.screenrc
@@ -0,0 +1,26 @@
+vbell on
+
+autodetach on
+
+startup_message off
+
+#bindkey "^[OQ" split
+#bindkey "^[OR" focus
+#bindkey "^[OS" remove
+bindkey -k k2 split -v
+bindkey -k k3 focus
+bindkey -k k4 remove
+bindkey -k k5 split
+
+bindkey -k k8 screen
+bindkey -k k9 next
+
+bind o focus
+caption always "%w"
+
+#replace Ctrl-A by Ctrl-Z
+escape ^Zz
+#escape ^Oo
+
+hardstatus alwayslastline "%H %C%a %M %d, %Y Load: %l "
+logfile /tmp/screen.log