Small updates

This commit is contained in:
KK
2026-06-24 00:10:05 +02:00
parent a7f6f8a3e0
commit fa6cf37c92
5 changed files with 32 additions and 2 deletions

View File

@@ -15,6 +15,10 @@ set -g renumber-windows on
set -g default-terminal "tmux-256color"
set -as terminal-features ",*:RGB"
# Allow terminal escape passthrough for apps such as opencode that use OSC 52
# clipboard sequences from inside tmux.
set -g allow-passthrough on
# Keep a large scrollback history.
set -g history-limit 1000000