comparison 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
comparison
equal deleted inserted replaced
613:c79b392e7919 614:ad5e870cd4b2
104 104
105 # Allow for visual bell when a command completes 105 # Allow for visual bell when a command completes
106 set-window-option -g visual-bell on 106 set-window-option -g visual-bell on
107 set-window-option -g bell-action other 107 set-window-option -g bell-action other
108 108
109 # Allow OSC52 from applications
110 set -s set-clipboard on
111
109 # Local config 112 # Local config
110 if-shell "[ -f ~/.tmux.conf.local ]" 'source ~/.tmux.conf.local' 113 if-shell "[ -f ~/.tmux.conf.local ]" 'source ~/.tmux.conf.local'
111 114
112 # Config 115 # Config
113 set -g @scroll-without-changing-pane "on" 116 set -g @scroll-without-changing-pane "on"