diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-10-30 23:24:13 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-10-30 23:24:13 +0100 |
commit | 70194f7b0ac3303927b9258e18f808f5ab5d1416 (patch) | |
tree | 92dbc93a48da713e3fd4f1a02811110d6d85c46b /.config/tmux | |
parent | 0adb3ef91a8384cc66fc21052d0370581c3b1b0f (diff) |
tmux: Add configuration
Diffstat (limited to '.config/tmux')
-rw-r--r-- | .config/tmux/tmux.conf | 2 |
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" |