Skip to content

Instantly share code, notes, and snippets.

@ChimeraCoder
Created September 25, 2012 19:11
Show Gist options
  • Save ChimeraCoder/3783832 to your computer and use it in GitHub Desktop.
Save ChimeraCoder/3783832 to your computer and use it in GitHub Desktop.
Screenrc with hardstatus line
escape \000\040
bind n focus down
bind ^n focus down
bind p focus up
bind ^p focus up
bind k next
bind ^k next
bind j prev
bind ^j prev
shell bash
#change scrolling history size
defscrollback 4096
# from Lui
hardstatus alwayslastline "%{wb}%?%-Lw%?%{bw}%n*%f%t%?(%u)%?%{wb}%?%+Lw%? %{kb}%=%{yb}%c:%s %{mb}%d %M %{gb}%l"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment