Browse Source

[tmux] Use screen-256 color in tmux.

master
Fredrik Ekre 4 years ago
parent
commit
26e487be9f
  1. 2
      .tmux.conf

2
.tmux.conf

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
# Force colors for e.g. prompt
set-option -g default-terminal "tmux-256color"
set-option -g default-terminal "screen-256color"
set-option -ag terminal-overrides ",xterm-256color:RGB"
# Enumerate windows from 1

Loading…
Cancel
Save