diff dot_tmux.conf @ 614:ad5e870cd4b2

replace osc52 plugin
author zegervdv <zegervdv@me.com>
date Mon, 25 Jul 2022 14:09:08 +0200
parents 91d89b637bd6
children a74af5498b31
line wrap: on
line diff
--- a/dot_tmux.conf	Mon Jul 25 13:56:58 2022 +0200
+++ b/dot_tmux.conf	Mon Jul 25 14:09:08 2022 +0200
@@ -106,6 +106,9 @@
 set-window-option -g visual-bell on
 set-window-option -g bell-action other
 
+# Allow OSC52 from applications
+set -s set-clipboard on
+
 # Local config
 if-shell "[ -f ~/.tmux.conf.local ]" 'source ~/.tmux.conf.local'