Skip to content

Instantly share code, notes, and snippets.

@RankoR
Last active April 3, 2025 23:49
Show Gist options
  • 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 htop
screen -t Shell1 1 zsh
screen -t Shell2 2 zsh
screen -t Shell3 3 zsh
screen -t Shell3 4 zsh
screen -t Shell3 5 zsh
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