X-Git-Url: http://git.iain.cx/?p=profile.git;a=blobdiff_plain;f=.screenrc;fp=.screenrc;h=df17c1d4a5349ce1ea548c4c7d6ac20be33739cc;hp=4bd1a08c92dde51887a49a16f7365c9e9af50df8;hb=adbc1b54bc543bfbc62fddc1ab07956ecf6cc35f;hpb=876292def343e035f2de9db78d48d87f1ac81e57 diff --git a/.screenrc b/.screenrc index 4bd1a08..df17c1d 100644 --- a/.screenrc +++ b/.screenrc @@ -5,6 +5,10 @@ escape ^pp vbell off startup_message off +# Coloured windowlist. +windowlist title "%{= wb}%{+b}%{+r}[%H]%{-r}%{-b} current windows%=" +windowlist string "%{+ .b}%{+ g}%3n%f%{+ w} %t" + ################################################################################ # Hotkeys. ################################################################################ @@ -14,8 +18,14 @@ bind k focus up # Previous and next kinda like Vim. bind h prev bind l next +# Digraph. +bind ^k digraph # Close the current window. bind q remove +# Fit window to screen. +bind _ fit +# Show window list. +bind = windowlist # Don't accidentally send xoff. bind s # Set current window title.