mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-12-18 19:02:17 +00:00
tmux: adjust for terminal colors
This commit is contained in:
parent
91690b5cbb
commit
04d8e2f393
1 changed files with 4 additions and 0 deletions
|
@ -75,6 +75,10 @@
|
||||||
|
|
||||||
# clipboard
|
# clipboard
|
||||||
set-option -s set-clipboard on
|
set-option -s set-clipboard on
|
||||||
|
|
||||||
|
# terminal colors
|
||||||
|
set-option -g default-terminal "tmux-256color"
|
||||||
|
set-option -a terminal-features "xterm-256color:RGB"
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue