Linux

My screenrc Configuration

March 12, 2012 Rich 1 min read

This is my user screenrc configuration file. Short and simple.

startup_message off
caption always "%{= Wk}%-w%{= Bw}%n %t%{-}%+w %-="
vbell off
term screen-256color
altscreen on
bindkey "^[[1;5D" prev  # change window with ctrl-left
bindkey "^[[1;5C" next  # change window with ctrl-right
.screenrc file

Leave a comment