From 8a928a32087f1c0bad83135e7ada8f96558b72e3 Mon Sep 17 00:00:00 2001 From: Juni Kim Date: Mon, 30 Jan 2023 23:33:59 -0500 Subject: [PATCH] tmux.conf --- dots/tmux.conf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 ]' {