From b7ba1287ca75e2e41f14d35765f9925cdb4fb95c Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Fri, 22 May 2026 22:08:01 +0200 Subject: [PATCH] Add vi-like copy/selection bindings --- tmux/tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index f648ce0..38683b0 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -7,6 +7,9 @@ bind j select-pane -D bind k select-pane -U bind l select-pane -R +bind-key -T copy-mode-vi v send-keys -X begin-selection +bind-key -T copy-mode-vi y send-keys -X copy-selection + # toggle tmux theme bind T run-shell ~/.local/bin/tmux-toggle.sh