Skip to content

Instantly share code, notes, and snippets.

@ChimeraCoder
Created June 18, 2011 14:21
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ChimeraCoder/1033131 to your computer and use it in GitHub Desktop.
Save ChimeraCoder/1033131 to your computer and use it in GitHub Desktop.
Screenrc
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"
@ChimeraCoder
Copy link
Author

Control-Space is bound in OS X to switching the keyboard input. Make sure only one input source is set at a time.

screen shot 2018-12-03 at 6 16 59 pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment