From 8fa93e9c9209aef2fbc7315c122d540ab1ec7bb1 Mon Sep 17 00:00:00 2001 From: Jaroslaw Konik Date: Tue, 29 Apr 2025 23:32:16 +0200 Subject: [PATCH] update --- tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) 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