|
@ -9,7 +9,12 @@ unbind-key C-b |
|
|
set-option -g prefix C-a |
|
|
set-option -g prefix C-a |
|
|
bind-key C-a send-prefix |
|
|
bind-key C-a send-prefix |
|
|
|
|
|
|
|
|
bind r source-file ~/.tmux.conf |
|
|
|
|
|
|
|
|
bind -r k select-pane -U |
|
|
|
|
|
bind -r j select-pane -D |
|
|
|
|
|
bind -r h select-pane -L |
|
|
|
|
|
bind -r l select-pane -R |
|
|
|
|
|
bind -r r source-file ~/.tmux.conf |
|
|
|
|
|
set -g mouse on |
|
|
|
|
|
|
|
|
bind-key X \ |
|
|
bind-key X \ |
|
|
if-shell '[ "$(tmux display -p "#{session_many_attached}")" -gt 0 ]' { |
|
|
if-shell '[ "$(tmux display -p "#{session_many_attached}")" -gt 0 ]' { |
|
|