Skip to content

Instantly share code, notes, and snippets.

@whilp
Created August 5, 2010 13:04
Show Gist options
  • Save whilp/509699 to your computer and use it in GitHub Desktop.
Save whilp/509699 to your computer and use it in GitHub Desktop.
source-file /home/will/.tmux.conf
set-option -g status-right " "
new-window -dk -nMAIL -tmeta:1 'TERM=vt100 mutt'
new-window -d -nCOMMS -tmeta:2 'TERM=vt100 irssi'
new-window -d -nTRIAGE -tmeta:3 'triage ~/.triage/incoming'
new-window -d -nTODO -tmeta:4 'vi ~/.triage/incoming'
new-window -d -nSHELL -tmeta:5
new-window -d -nWWW -tmeta:6 'elinks -session-ring 1'
set-window-option -tmeta:1 monitor-activity on
set-window-option -tmeta:2 monitor-activity on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment