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:
parent
9965c3846f
commit
54f335d984
|
@ -24,7 +24,7 @@ in
|
|||
pain-control
|
||||
# Better session management
|
||||
sessionist
|
||||
(lib.optionalAttrs hasGUI {
|
||||
{
|
||||
# X clipboard integration
|
||||
plugin = yank;
|
||||
extraConfig = ''
|
||||
|
@ -33,7 +33,7 @@ in
|
|||
# Stay in copy mode after yanking
|
||||
set -g @yank_action 'copy-pipe'
|
||||
'';
|
||||
})
|
||||
}
|
||||
{
|
||||
# Show when prefix has been pressed
|
||||
plugin = prefix-highlight;
|
||||
|
|
Loading…
Reference in a new issue