nvim/tmux: added OSC52 copy and paste support for remote ssh sessions

This commit is contained in:
gyoder 2025-07-25 10:37:03 -06:00
parent dc21944ad2
commit 23363f30d2
2 changed files with 32 additions and 3 deletions

View file

@ -3,7 +3,7 @@ set-environment -g TMUX_POWERLINE_THEME bubble
# Options
set -g mouse on
set -g default-terminal "screen-256color"
set-option -sa terminal-overrides ',xterm-256color:Tc'
set-option -sa terminal-overrides ',xterm-256color:Tc,xterm-*:allow-passthrough'
set-window-option -g mode-keys vi
set -g status-position top
set-option -g set-clipboard on