Created
June 13, 2018 00:23
-
-
Save genneko/a3fe9dab6c80b654d9e8fa6db9fedb53 to your computer and use it in GitHub Desktop.
Tmux settings which might be required for 256 colors. I'm not sure about this.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://kakurasan.blogspot.com/2017/06/term-256-and-16million-colors.html | |
set-option -ga terminal-overrides ",xterm-256color:Tc" | |
set -g default-terminal "xterm-256color" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment