Skip to content

Commit

Permalink
Enable support for 256 colors by default.
Browse files Browse the repository at this point in the history
Closes #2
  • Loading branch information
Carbenium committed Mar 17, 2019
1 parent 98fff4b commit e7b9fe0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/tmux.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ set-option -g history-limit 8192
set -g base-index 1
setw -g pane-base-index 1

# Support 256 colors
set -g default-terminal "screen-256color"

# Activate Powerline. We assume that the most recent version supported in Debian's powerline package is the most recent version of tmux shipped in Debian. Powerline has it's own config...
{% if ansible_distribution == "Debian" or ansible_distribution == "Ubuntu" %}
source '/usr/share/powerline/bindings/tmux/powerline.conf'
Expand Down

0 comments on commit e7b9fe0

Please sign in to comment.