From 6b3553e1beeab2339c3aeda8fe46db0c7c1423fc Mon Sep 17 00:00:00 2001 From: Christoph Schlosser Date: Mon, 16 Jun 2025 10:58:46 +0000 Subject: Add tmux2 config --- tmux.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tmux.conf diff --git a/tmux.conf b/tmux.conf new file mode 100644 index 0000000..5e46454 --- /dev/null +++ b/tmux.conf @@ -0,0 +1,6 @@ +set-option -g default-terminal "screen-256color" +set-option -ga terminal-overrides ",xterm-256color:Tc" +set -g mouse on +set -g set-clipboard on +set-option -g status-position top +set-option -g status-style "bg=#2b2b2b,fg=#a9b7c6" -- cgit v1.2.3