startup_message off vbell off vbell_msg "" setenv SSH_AUTH_SOCK $HOME/.ssh/agent setenv PATH $PATH:/opt/local/bin:$HOME/bin:$HOME/etc/screen/macros # sanity # pressing CTRL-A CTRL-4 yields ^\ # which is too close to switching to window 4 for comfort bind ^\ # no disassemble! bind k bind ^k bind x bind v paste . markkeys "B=H:E=L:^u=K:^d=J" # resize to new window fit source $HOME/etc/screen/novsplit #source $HOME/etc/screen/vsplit shelltitle "> |sh" shell /bin/bash defscrollback 2048 # bindkey must only have one space between the command and the string # map alt-i and alt-o to next, prev, respectively (use vim and od -c to figure out the keyvalue) bindkey "\351" next bindkey "\357" prev maptimeout 5 screen -t vim 0 vim --servername local screen -t mutt 1 mutt #screen -t irssi 2 irssi screen 2 # disable alternate screen termcapinfo xterm* ti@:te@ # archive ##### # my hack to prevent screen from restarting SIGSTOP'd processes automatically #sigstop_restart off # #backtick 1 60 60 /home/phaller/etc/screen/name.py hardstatus string "%1`" # # http://www4.informatik.uni-erlangen.de/~jnweiger/screen-faq.html # make scrollbar work... #termcapinfo ti@:te@ # need an if #setenv TERM rvxt #term xterm