Skip to content

Instantly share code, notes, and snippets.

@davrux
Created September 25, 2023 13:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davrux/15b885a94d80ef02cb06722b3005fc6b to your computer and use it in GitHub Desktop.
Save davrux/15b885a94d80ef02cb06722b3005fc6b to your computer and use it in GitHub Desktop.
.screenrc
# Don't display the copyright page
startup_message off # default: on
# Use Ctrl-o
escape ^Oo
# Unbind lock screen
bind x
bind w windowlist
bind % split
bind \" split -v
# Open new shell in same directory.
#bind c stuff "screen -X chdir \$PWD; screen^M"
# Allow mouse scroll.
# Enable mouse scrolling and scroll bar history scrolling
termcapinfo xterm* ti@:te@
# Terminal
term xterm-256color
#term screen-256color
#term rxvt-unicode-256color
# erase background with current bg color
defbce "on"
#hardstatus alwayslastline '%{= kg}[ %{G}%H %{g}][%= %{= kB}%?%-Lw%?%{+b r}(%{G}%n*%f %t%?(%u)%?%{r})%{-b B}%?%+Lw%?%?%= %{g}%]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment