diff --git a/tmux.conf b/tmux.conf index b9afe4a..910670f 100644 --- a/tmux.conf +++ b/tmux.conf @@ -7,8 +7,12 @@ set -w -g window-status-current-fg colour39 set -w -g window-status-current-bg colour236 set -w -g window-status-bell-fg colour233 set -w -g window-status-bell-bg colour124 -bind -r C-h resize-pane -L -bind -r C-j resize-pane -D -bind -r C-k resize-pane -U -bind -r C-l resize-pane -R +bind -r C-h select-pane -L +bind -r C-j select-pane -D +bind -r C-k select-pane -U +bind -r C-l select-pane -R +bind -r M-h resize-pane -L +bind -r M-j resize-pane -D +bind -r M-k resize-pane -U +bind -r M-l resize-pane -R set -ag terminal-overrides ",*:XT@"