feat(tmux): allow passthrough

This commit is contained in:
2026-03-18 00:39:21 +01:00
parent 5a32bfeac5
commit 80d5f9c979

View File

@@ -6,6 +6,7 @@ set -g default-terminal "tmux-256color"
set -ga terminal-overrides ",xterm-ghostty:RGB,xterm-256color:RGB"
set -ga terminal-features ",xterm-ghostty:clipboard,xterm-256color:clipboard"
set -g set-clipboard on
set -g allow-passthrough on
# general
set -g prefix C-s