summaryrefslogtreecommitdiff
path: root/.screenrc
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-11-26 09:18:07 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-11-29 18:36:23 -0700
commitdd5bac97b7bb42cf35486f2d64a5877abe1c4648 (patch)
tree1031b4c8c3f16690add0c6badded87bc23ebab4c /.screenrc
parent9785592885530e538e6210a76a482d24bdec10f3 (diff)
downloaddotfiles-dd5bac97b7bb42cf35486f2d64a5877abe1c4648.tar.gz
tidy up .screenrc
Diffstat (limited to '.screenrc')
-rw-r--r--.screenrc41
1 files changed, 8 insertions, 33 deletions
diff --git a/.screenrc b/.screenrc
index 00b718d4..9e8849c4 100644
--- a/.screenrc
+++ b/.screenrc
@@ -1,47 +1,22 @@
-# start in homedir
-chdir
-
-# --- preferences
-
vbell off
autodetach on
startup_message off
defscrollback 5000
escape ^\\
-# defnonblock 5
-# nonblock 5
-# altscreen on
-
-# --- status bar
-
-# from the gentoo wiki, hacked for urxvt with zenburn colours
-hardstatus alwayslastline
-hardstatus string '%{= dg}[ %{G}%H %{g}][%= %{= dw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %d/%m %{W}%c %{g}]'
-
-# --- terminal settings
-# # http://frexx.de/xterm-256-notes/
-# # Get 256 colours
-# # terminfo and termcap for nice 256 color terminal
-
-# # allow bold colors - necessary for some reason
-# attrcolor b ".I"
-# # tell screen how to set colors. AB = background, AF=foreground
-# termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
-# # erase background with current bg color
-# defbce "on"
-
-# term screen-256color
+bind ^\\ other
-# --- bindings
+# Start in HOME.
+chdir
-# bounce back and forth between windows
-bind ^\\ other
+# From the Gentoo wiki, hacked for urxvt with Zenburn colours.
+hardstatus alwaysfirstline
+hardstatus string '%{= dg}[ %{G}%H %{g}][%= %{= dw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %d/%m %{W}%c %{g}]'
-# # toggle the status bar
+# # Toggle the status bar.
# bind f eval "hardstatus alwaysignore"
# bind F eval "hardstatus alwayslastline"
-# # bind an rtorrent helper macro
+# # Bind an rtorrent helper macro.
# register s ^I^Xd.set_directory=~/local/rt/complete^M^S^N
# bind R process s