[tmux] Fix clipboard

This commit is contained in:
Fabian Ising
2025-08-26 11:16:44 +02:00
parent 6fd62c340d
commit cda37c3415
2 changed files with 29 additions and 2 deletions

View File

@@ -74,7 +74,8 @@ bind-key C-o send-keys C-o
# move tmux copy buffer into x clipboard
# Vi copypaste mode
set-window-option -g mode-keys vi
set-option -s set-clipboard on
set -g allow-passthrough on
set-option -g set-clipboard on
set -g @yank_with_mouse off
set -g @yank_action 'copy-pipe'
bind-key -Tcopy-mode-vi 'C-right' send -X next-word