add mtr and 24-bit color in tmux
This commit is contained in:
parent
293fe21781
commit
9b2b40d819
2 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,7 @@
|
||||||
cryptsetup
|
cryptsetup
|
||||||
sshfs
|
sshfs
|
||||||
whois
|
whois
|
||||||
|
mtr
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.variables =
|
environment.variables =
|
||||||
|
|
|
@ -19,6 +19,7 @@
|
||||||
# curlies
|
# curlies
|
||||||
set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm' # undercurl support
|
set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm' # undercurl support
|
||||||
set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m' # underscore colours - needs tmux-3.0
|
set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m' # underscore colours - needs tmux-3.0
|
||||||
|
set -ag terminal-overrides ",$TERM:RGB"
|
||||||
|
|
||||||
# title
|
# title
|
||||||
set -g set-titles on
|
set -g set-titles on
|
||||||
|
|
Loading…
Add table
Reference in a new issue