Mercurial > dotfiles
comparison dot_tmux.conf @ 297:88d7010b5694
Set color config for tmux
author | Zeger Van de Vannet <zegervdv@me.com> |
---|---|
date | Fri, 30 Oct 2020 08:34:12 +0100 |
parents | 0ba6e190eb62 |
children | f220567b278e |
comparison
equal
deleted
inserted
replaced
296:c8041faff57e | 297:88d7010b5694 |
---|---|
12 set -u prefix \;\ | 12 set -u prefix \;\ |
13 set -u key-table \;\ | 13 set -u key-table \;\ |
14 set -u status-right \;\ | 14 set -u status-right \;\ |
15 refresh-client -S | 15 refresh-client -S |
16 # improve colors | 16 # improve colors |
17 set -g default-terminal 'screen-256color' | 17 set -g default-terminal 'xterm-256color' |
18 set-option -ga terminal-overrides ",xterm-256color:Tc" | |
18 set-option -g allow-rename off | 19 set-option -g allow-rename off |
19 set-window-option -g automatic-rename off | 20 set-window-option -g automatic-rename off |
20 | 21 |
21 # Status bar | 22 # Status bar |
22 set -g set-titles 'off' | 23 set -g set-titles 'off' |