diff --git a/dots/tmux.conf b/dots/tmux.conf index 024ffbb..2c5ab72 100644 --- a/dots/tmux.conf +++ b/dots/tmux.conf @@ -9,7 +9,12 @@ unbind-key C-b set-option -g prefix C-a 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 \ if-shell '[ "$(tmux display -p "#{session_many_attached}")" -gt 0 ]' {