fix(base16): broken base16 configuration

This commit is contained in:
Stefan Imhoff
2022-09-12 13:33:39 +02:00
parent 6476a1835c
commit b1b100983c
2 changed files with 4 additions and 4 deletions

View File

@@ -15,6 +15,9 @@ set -g status-interval 5
# Set focus events for Vim
set -g focus-events on
# Allow passthrough color excape sequences (Base16)
set -g allow-passthrough 1
# Force a reload of the config file
bind r source-file ~/.tmux.conf\; display "Reloaded!"