Created
September 25, 2012 19:11
-
-
Save ChimeraCoder/3783832 to your computer and use it in GitHub Desktop.
Screenrc with hardstatus line
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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