startup_message off hardstatus on hardstatus alwayslastline # list of windows, current/active in white on red; hostname, load, date/time in semi RFC3339 hardstatus string "%{.bW}%-w%{.rW}%n %t%{-}%+w %=%{..G} %H %{..M} %l %{..Y} %Y-%m-%dT%c " # enables mouse in vim, remember :set ttymouse=xterm2|set mouse=a termcapinfo linux|xterm|rxvt|xterm-color ti@:te@:XT # C-a SPACE for windows list bind ' ' windowlist -b # 2048 scrollback defscrollback 2048 # launch mutt on screen #9 #screen -ln -t "MUTT" -h 2048 9 mutt # go on ~/GIT/ on screen 8 screen -ln -t "GITs" -h 2048 8 bash --login -c 'cd $HOME/GIT; exec /bin/bash -rcfile ~/.bashrc' # go on ~/Projects/ on screen 7 screen -ln -t "Projects" -h 2048 7 bash --login -c 'cd $HOME/Projects; exec /bin/bash -rcfile ~/.bashrc' # a simple bash on screen 0 screen -ln -h 2048 0 bash --login -c 'cd $HOME; exec /bin/bash -rcfile ~/.bashrc' # shortcuts to resize the current window bind = resize = bind + resize +1 bind - resize -1 bind _ resize max