Created
June 18, 2011 14:21
-
-
Save ChimeraCoder/1033131 to your computer and use it in GitHub Desktop.
Screenrc
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
Control-Space is bound in OS X to switching the keyboard input. Make sure only one input source is set at a time.