home: tmux: fix OSC52 forwarding
All checks were successful
continuous-integration/drone/push Build is passing

I want neovim to be able to set my clipboard, and don't care for the
potential security issues of letting any program be able to do such a
thing.
This commit is contained in:
Bruno BELANYI 2023-02-12 12:03:10 +00:00
parent 2ffb8e6ee6
commit 70f5e46860

View file

@ -57,6 +57,9 @@ in
}
# Block selection in vim mode
bind-key -Tcopy-mode-vi 'C-v' send -X begin-selection \; send -X rectangle-toggle
# Allow any application to send OSC52 escapes to set the clipboard
set -s set-clipboard on
'';
};
}