less than 1 minute read

sudo apt-get install screen
vim ~/.screenrc
source ~/.screenrc
ck 5000
vbell off
defscrollback 10000
termcapinfo xterm* ti@:te@
startup_message off
hardstatus on
hardstatus alwayslastline
hardstatus string "%{.bW}%-w%{.rW}%n*%t%{-}%+w %= %c ${USER}@%H"
bindkey -k k1 select 0
bindkey -k k2 select 1
bindkey -k k3 sel

Tags:

Categories:

Updated:

Leave a comment