Update default tmux TERM to support 256 colors

This commit is contained in:
Talia 2021-06-09 10:34:30 +02:00
parent 4ae002b097
commit 8bae76f8e2
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
set-option -g prefix C-b # default
set-window-option -g mode-keys vi
set -g default-terminal "screen-256color"
bind r source-file ~/.tmux.conf
bind h select-pane -R