summaryrefslogtreecommitdiff
path: root/.config/tmux
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-10-30 23:24:13 +0100
committerThomas Voss <mail@thomasvoss.com> 2023-10-30 23:24:13 +0100
commit70194f7b0ac3303927b9258e18f808f5ab5d1416 (patch)
tree92dbc93a48da713e3fd4f1a02811110d6d85c46b /.config/tmux
parent0adb3ef91a8384cc66fc21052d0370581c3b1b0f (diff)
tmux: Add configuration
Diffstat (limited to '.config/tmux')
-rw-r--r--.config/tmux/tmux.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf
new file mode 100644
index 0000000..7ad6652
--- /dev/null
+++ b/.config/tmux/tmux.conf
@@ -0,0 +1,2 @@
+set -g default-terminal "xterm-256color"
+set-option -ga terminal-overrides ",xterm-256color:Tc"