Skip to content

Instantly share code, notes, and snippets.

@ion1
Created June 12, 2010 19:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ion1/436003 to your computer and use it in GitHub Desktop.
Save ion1/436003 to your computer and use it in GitHub Desktop.
set -g status-keys vi
set -g status off
setw -g mode-keys vi
setw -g utf8 on
set -g prefix C-z
unbind C-b
bind C-z send-prefix
unbind 0; bind 0 select-window -t :9
unbind 1; bind 1 select-window -t :0
unbind 2; bind 2 select-window -t :1
unbind 3; bind 3 select-window -t :2
unbind 4; bind 4 select-window -t :3
unbind 5; bind 5 select-window -t :4
unbind 6; bind 6 select-window -t :5
unbind 7; bind 7 select-window -t :6
unbind 8; bind 8 select-window -t :7
unbind 9; bind 9 select-window -t :8
new -d -s0 -nirssi 'exec irssi'
neww -d -t7 -nbt 'exec rtorrent'
neww -d -t8 -napache 'tail -n0 -F /var/log/apache-vlogger/*/access.log | /usr/sbin/logresolve'
neww -d -t9 -nlog 'tail -n0 -F /var/log/syslog /var/log/auth.log /var/log/boot | ccze -m ansi'
setw -t0:0 remain-on-exit on
setw -t0:7 remain-on-exit on
setw -t0:8 remain-on-exit on
setw -t0:9 remain-on-exit on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment