Created
April 12, 2011 14:45
-
-
Save jonbalbarin/915623 to your computer and use it in GitHub Desktop.
my screen rc
This file contains 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
startup_message off | |
defscrollback 10000 | |
altscreen on | |
bindkey -k F2 kill #f12 | |
bindkey -k F1 detach #f11 | |
hardstatus alwayslastline | |
hardstatus string "%{.K.}%D %M %d %C:%s%a | %-Lw%{.K.}%{= rW}%50>%n* %t%{-}%+Lw%<" | |
shell -bash | |
shelltitle "" | |
screen -t main | |
#### none of these keybindings actually work :( | |
#bind page up and down to scroll mode | |
bindkey -m "^[[5;2~" stuff ^b | |
bindkey -m "^[[6;2~" stuff ^f | |
#f1 and f2 for prev/next | |
bindkey -k k1 prev | |
bindkey -k k2 next |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment