Please bear with us as we work to restore functionality to dotfiles.org.
daveg
/.screenrc
Added in keybindings to split screen horizontally, switch between the split screens and also to resize the split screens.
#################
# daveg's suped up screenrc
# http://daveg.outer-rim.org
#
# Last Modified: Wed Sep 10 11:37AM EST 2008
# The caption line has the following entries
# username@host | uptime | time - date | screens |
caption always "%{yK} $LOGNAME@%H | %l | %C %A - %M-%d-%Y | %-Lw%50>%{Ky}%n%f* %t%{-}%+Lw%<%{- Wk}%{yK} | "
### some basic stuff
###
#########################################################################
activity "%" # tell me when stuff happens! #
crlf off # no thanks. #
defmonitor on # turn monitoring on #
defscrollback 1000 # please sir, can i have some more? #
shell -$SHELL # i'll take my default shell. #
startup_message off # don't want this either. #
term $TERM # We'll use whatever is currently used #
###
# Let's do some bindings.
###
#####################################################
bind I screen -t 'irc' bitchx -H $IRCSERVER
bind M screen -t 'Email' mutt
###
#bindkey -k kh select 0 # Home = screen 0
#bindkey -k k1 select 0 # F1 = screen 0
#bindkey -k k2 select 1 # F2 = screen 1
#bindkey -k k3 select 2 # F3 = screen 2
#bindkey -k k4 select 3 # F4 = screen 3
#bindkey -k k5 select 4 # F5 = screen 4
#bindkey -k k6 select 5 # F6 = screen 5
#
# Keybindings for manipulating split windows
#
bindkey -k k7 resize +1 # F7 = Increase the current split window size by 1 line
bindkey -k k8 resize -1 # F8 = Decrease the current split window size by 1 line
bindkey -k k9 split # F9 = split horizontally
bindkey -k k; focus # F10 = switch windows
#
# Keybindings for manipulating tabs
#
bindkey -k F1 prev # F11 = previous tab
bindkey -k F2 next # F12 = next tab