Skip to content

Commit

Permalink
feat: preserve nvim colors when used inside tmux
Browse files Browse the repository at this point in the history
  • Loading branch information
AzulGarza committed Nov 7, 2023
1 parent 5564ca7 commit 8ee9c2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terminal/.tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'catppuccin/tmux'

# Set options
set-option -sa terminal-overrides ",xterm*:Tc"
set-option default-terminal "screen-256color"
set-option -g default-command "source ~/.zshrc; zsh"

Expand Down

0 comments on commit 8ee9c2e

Please sign in to comment.