diff --git a/.tmux.conf b/.tmux.conf index 5c1bb54..6c1a251 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -8,3 +8,8 @@ bind r source-file ~/.tmux.conf # Enable mouse usage set -g mouse on + +bind h select-pane -L +bind j select-pane -D +bind k select-pane -U +bind l select-pane -R