dotfiles/tmux.conf

20 lines
430 B
Text
Raw Normal View History

2012-11-12 22:52:53 -08:00
set-option -g prefix C-f
2012-03-14 13:59:10 -07:00
set-option -g exit-unattached off
set-option -g default-terminal "screen-256color"
2012-08-07 13:04:05 -07:00
set-option -g set-titles off
2012-03-14 13:59:10 -07:00
set-option -g visual-bell off
set-option -g history-limit 10000
set-option -g mode-keys vi
2012-03-14 13:59:10 -07:00
set-option -g base-index 1
set-option -g pane-base-index 1
2012-03-14 13:59:10 -07:00
2012-08-07 13:04:05 -07:00
set-option -g status-bg green
2012-03-14 13:59:10 -07:00
set-window-option -g alternate-screen on
set-window-option -g clock-mode-style 24
bind-key C-a last-window