home: tmux: always use tmux-yank

This plugin does have some useful binds.

Since it still sends the OSC52 escape sequence when copying, I don't
have a problem with remote hosts.
This commit is contained in:
Bruno BELANYI 2023-02-20 11:10:35 +00:00
parent 9965c3846f
commit 54f335d984

View file

@ -24,7 +24,7 @@ in
pain-control pain-control
# Better session management # Better session management
sessionist sessionist
(lib.optionalAttrs hasGUI { {
# X clipboard integration # X clipboard integration
plugin = yank; plugin = yank;
extraConfig = '' extraConfig = ''
@ -33,7 +33,7 @@ in
# Stay in copy mode after yanking # Stay in copy mode after yanking
set -g @yank_action 'copy-pipe' set -g @yank_action 'copy-pipe'
''; '';
}) }
{ {
# Show when prefix has been pressed # Show when prefix has been pressed
plugin = prefix-highlight; plugin = prefix-highlight;