diff options
author | Matt Turner <mattst88@gmail.com> | 2024-05-16 20:53:15 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2024-05-16 22:05:33 -0400 |
commit | d0672db347e007fd9cf666bbd02b66681e6b21c4 (patch) | |
tree | eb01025fa233b9ac681ca03aeb4092884e9cee35 /tmux | |
parent | cf59f9f46650799105968877804b240042a94aa3 (diff) |
tmux: Enable 24-bit color
Diffstat (limited to 'tmux')
-rw-r--r-- | tmux/.tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 6979591..26ecf5f 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -4,3 +4,4 @@ unbind-key C-b bind-key C-a send-prefix set-option -g mouse +set-option -sa terminal-features ',xterm-256color:RGB' |