123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- set -g status-bg green
- set -g status-right "%H:%M"
- set -g window-status-current-attr "underscore"
- set -g bell-action none
- set -g lock-after-time 1800
- set -g remain-on-exit on
- set -g xterm-keys on
- set -g prefix C-a
- unbind C-b
- bind C-a send-prefix
- set -g mouse on
- unbind -n MouseDrag1Pane
- unbind -temacs-copy MouseDrag1Pane
- bind F1 selectw -t:10
- bind F2 selectw -t:11
- bind F3 selectw -t:12
- bind F4 selectw -t:13
- bind F5 selectw -t:14
- bind F6 selectw -t:15
- bind F7 selectw -t:16
- bind F8 selectw -t:17
- bind F9 selectw -t:18
- bind F10 selectw -t:19
- bind F11 selectw -t:20
- bind F12 selectw -t:21
- bind m set monitor-activity
- bind y set synchronize-panes\; display 'synchronize-panes
- bind '-' set window-status-format '#I'\; set window-status-current-format '#I'
- bind '+' set window-status-format '#I:#W#F'\; set window-status-current-format '#I:#W#F'
- new -d -s0 -nirssi 'exec irssi'
- set -t0:0 monitor-activity on
- set -t0:0 aggressive-resize on
- neww -d -ntodo 'exec emacs ~/TODO'
- setw -t0:1 aggressive-resize on
- neww -d -nmutt 'exec mutt'
- setw -t0:2 aggressive-resize on
- neww -d
- neww -d
- neww -d
|