dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit a9eff09d8aece1a9f2c87fd14a7152eac75b48ec
parent 5ba375f8ae60e0909b8cfce9d14a288b91e32f6c
Author: Chris Bracken <chris@bracken.jp>
Date:   Tue, 16 Sep 2025 10:26:56 +0900

tmux: set-clipboard on

When copying text from tmux, place it in the system clipboard.

Diffstat:
M.config/tmux/tmux.conf | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf @@ -44,6 +44,7 @@ bind-key L select-pane -m\; select-pane -R\; swap-pane\; select-pane -R\; select bind-key ? list-keys # Use vi-like selection keys in copy mode. +set -g set-clipboard on bind-key -T copy-mode-vi 'v' send-keys -X begin-selection bind-key -T copy-mode-vi 'y' send-keys -X copy-selection bind-key -T copy-mode-vi 'r' send-keys -X rectangle-toggle