summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Schlosser <cschlosser@google.com>2025-06-16 10:58:46 +0000
committerChristoph Schlosser <cschlosser@google.com>2025-06-17 07:07:25 +0000
commit6b3553e1beeab2339c3aeda8fe46db0c7c1423fc (patch)
tree61f468918167d62486f8b7b7096abf5c9e63ea04
parentbe4e5c7a9ac4c4d7b36725a5b40ca20fc9c7d6e5 (diff)
downloaddots-6b3553e1beeab2339c3aeda8fe46db0c7c1423fc.tar.gz
Add tmux2 config
-rw-r--r--tmux.conf6
1 files changed, 6 insertions, 0 deletions
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"