Skip to content

Instantly share code, notes, and snippets.

@jonbalbarin
Created April 12, 2011 14:45
Show Gist options
  • Save jonbalbarin/915623 to your computer and use it in GitHub Desktop.
Save jonbalbarin/915623 to your computer and use it in GitHub Desktop.
my screen rc
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