This commit is contained in:
Jaroslaw Konik 2025-04-29 23:32:16 +02:00
parent 577afaf7ac
commit 8fa93e9c92

View file

@ -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