dotfiles/dotfiles/tmux.conf

15 lines
463 B
Plaintext
Raw Normal View History

unbind C-o
set -g prefix C-b
bind-key C-b send-prefix
2014-04-08 02:34:30 -06:00
set-option -g status on
bind-key @ command-prompt -p "create pane from:" "join-pane -s ':%%'"
bind-key ^ command-prompt -p "swap window:" "swap-pane -s '%%' -t '%%'"
2014-04-08 02:34:30 -06:00
set-option -g status-interval 2
set-option -g status-utf8 on
set-option -g status-justify "centre"
set-option -g status-left-length 60
set-option -g status-right-length 90
2014-04-08 15:51:46 -06:00
set-option -g status-bg colour235
set-option -g status-fg colour255