From f63237e40e3e420d4b585121c191d951d0faa6d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Jane=C5=BEi=C4=8D?= Date: Wed, 11 Mar 2026 14:16:21 +0100 Subject: [PATCH] fix(tmux): copy selection with y --- tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index e1e2d6c..6daf493 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -27,6 +27,7 @@ unbind C-b # copy mode bind -T copy-mode-vi v send-keys -X begin-selection +bind -T copy-mode-vi y send-keys -X copy-selection-and-cancel # navigation bind ^ last-window