Skip to content

Commit

Permalink
tmux: Add 256color override for iTerm
Browse files Browse the repository at this point in the history
Enables apps such as bat to set appropriate terminal colours. Vim with gruvbox still not behaving naturally.
  • Loading branch information
huntie committed Dec 16, 2019
1 parent c8b7e27 commit 4857ce1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tmux/.tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ set -g @plugin 'tmux-plugins/tmux-continuum'
# - Options -

set -g default-terminal 'screen-256color'
set -ga terminal-overrides ",xterm-256color:Tc"

set -g default-shell $SHELL
set -g default-command $SHELL

Expand Down

0 comments on commit 4857ce1

Please sign in to comment.