2014-10-28 03:37:53 -07:00
|
|
|
set-option -g default-command "reattach-to-user-namespace -l zsh"
|
|
|
|
|
2014-04-21 18:42:03 -07:00
|
|
|
unbind C-g
|
2014-09-16 07:03:13 -07:00
|
|
|
set -g prefix C-o
|
|
|
|
bind-key C-o send-prefix
|
2014-04-10 01:08:32 -07:00
|
|
|
|
2014-04-08 01:34:30 -07:00
|
|
|
set-option -g status on
|
|
|
|
bind-key @ command-prompt -p "create pane from:" "join-pane -s ':%%'"
|
2014-08-24 13:45:29 -07:00
|
|
|
bind-key ^ command-prompt -p "swap window:,with window:" "swap-window -s %1 -t %2"
|
2014-04-10 01:08:32 -07:00
|
|
|
|
2014-06-10 16:12:04 -07:00
|
|
|
|
|
|
|
set-option -g status-fg colour255
|
|
|
|
set-option -g status-bg colour235
|
2014-04-08 01:34:30 -07: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-20 13:36:23 -07:00
|
|
|
|
|
|
|
# Set up resize-pane keys
|
|
|
|
bind-key + resize-pane -D 3
|
|
|
|
bind-key / resize-pane -L 3
|
|
|
|
bind-key - resize-pane -U 3
|
2014-05-02 01:26:54 -07:00
|
|
|
bind-key * resize-pane -R 3
|
|
|
|
source ~/.tmux.powerline
|