Enable truecolor support in tmux

This commit is contained in:
Sonny 2019-06-26 21:50:43 +02:00
parent bafcccb6b5
commit 94064771ce

View file

@ -1,8 +1,8 @@
# use vim copy/paste keybindings
setw -g mode-keys vi
set -g default-terminal "tmux-256color"
set -g default-shell /bin/bash
set -ga terminal-overrides ",tmux-256color:Tc"
# split panes using | and -
bind | split-window -h