Skip to content

Instantly share code, notes, and snippets.

@RankoR
Last active May 7, 2022 21:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RankoR/1af6b16ee549e7fea48e to your computer and use it in GitHub Desktop.
Save RankoR/1af6b16ee549e7fea48e to your computer and use it in GitHub Desktop.
.screenrc
altscreen on
term screen-256color
hardstatus off
hardstatus alwayslastline
hardstatus string '%{= kG}[%{G}%H%? %1`%?%{g}][%= %{= kw}%-w%{+b yk} %n*%t%?(%u)%? %{-}%+w %=%{g}][%{B}%m/%d %{W}%C%A%{g}]'
startup_message off
termcapinfo xterm* ti@:te@
defmonitor on
defscrollback 10000
defbce on
autodetach on
screen -t Shell0 0 bash
screen -t Shell1 1 bash
screen -t Shell2 2 bash
select 0
terminfo * F1=^[OP
terminfo * F2=^[OQ
bindkey -k F1 prev
bindkey -k F2 next
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment