2014-11-11 14:32:13 -07:00
|
|
|
set-option -g default-command "zsh"
|
2014-10-28 04:37:53 -06:00
|
|
|
|
2015-06-15 05:57:17 -06:00
|
|
|
unbind C-o
|
|
|
|
set -g prefix C-q
|
|
|
|
bind-key C-q send-prefix
|
2014-04-10 02:08:32 -06:00
|
|
|
|
2014-11-18 18:35:15 -07:00
|
|
|
set -gw mode-keys emacs
|
|
|
|
|
2014-04-08 02:34:30 -06:00
|
|
|
set-option -g status on
|
|
|
|
bind-key @ command-prompt -p "create pane from:" "join-pane -s ':%%'"
|
2014-08-24 14:45:29 -06:00
|
|
|
bind-key ^ command-prompt -p "swap window:,with window:" "swap-window -s %1 -t %2"
|
2014-04-10 02:08:32 -06:00
|
|
|
|
2014-11-10 18:30:34 -07:00
|
|
|
set-option -g status-fg blue
|
|
|
|
set-option -g status-bg black
|
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-20 14:36:23 -06: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 02:26:54 -06:00
|
|
|
bind-key * resize-pane -R 3
|
2014-11-18 18:35:15 -07:00
|
|
|
|
2014-12-12 01:01:10 -07:00
|
|
|
bind-key -t emacs-copy M-w copy-pipe "zsh -c 'oscopy'"
|
2014-05-02 02:26:54 -06:00
|
|
|
source ~/.tmux.powerline
|