projects
/
cmccabe-etc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
1a95bee
)
.tmux.conf: force True Color support to on
author
Colin P. Mccabe
<colin@cmccabe.xyz>
Wed, 8 Aug 2018 18:00:09 +0000 (11:00 -0700)
committer
Colin P. Mccabe
<colin@cmccabe.xyz>
Wed, 8 Aug 2018 18:00:09 +0000 (11:00 -0700)
.tmux.conf
patch
|
blob
|
history
diff --git
a/.tmux.conf
b/.tmux.conf
index
f6dd213
..
466e9a1
100644
(file)
--- a/
.tmux.conf
+++ b/
.tmux.conf
@@
-15,6
+15,7
@@
set-option -g status-keys vi
#set-window-option -g mode-mouse off # disable mouse
#set -g mouse-select-pane off
set -g default-terminal "screen-256color"
+set -as terminal-overrides ",*:Tc"
set -g visual-bell off