diff --git a/tmux.conf b/tmux.conf index dbcc036..ec9411b 100644 --- a/tmux.conf +++ b/tmux.conf @@ -8,6 +8,10 @@ set -g @plugin 'Morantron/tmux-fingers' set-window-option -g mode-keys vi bind-key -T copy-mode-vi 'v' send -X begin-selection bind-key -T copy-mode-vi 'y' send -X copy-selection +bind h select-pane -L +bind j select-pane -D +bind k select-pane -U +bind l select-pane -R setw -g mouse on set -s set-clipboard on