From 70194f7b0ac3303927b9258e18f808f5ab5d1416 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 30 Oct 2023 23:24:13 +0100 Subject: tmux: Add configuration --- .config/tmux/tmux.conf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .config/tmux/tmux.conf (limited to '.config/tmux') 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" -- cgit v1.2.3