Skip to content

Instantly share code, notes, and snippets.

@arindas
Created August 21, 2020 18:14
Show Gist options
  • Save arindas/574b34465aa6b14a3a5fd738b08f2e21 to your computer and use it in GitHub Desktop.
Save arindas/574b34465aa6b14a3a5fd738b08f2e21 to your computer and use it in GitHub Desktop.
Tmux config for enabling 256 bit colors in terminal.
set -g default-terminal "xterm-256color"
set-option -ga terminal-overrides ",xterm-256color:Tc"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment