Skip to content

Commit

Permalink
fix:🔨 Updating term for macos/tmux fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
TechDufus committed Sep 14, 2024
1 parent bf1a548 commit 475a238
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion roles/tmux/files/tmux/tmux.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
set-option -sa terminal-overrides ",xterm*:Tc"
set -g default-terminal "tmux-256color"
# set -g default-terminal "tmux-256color"
set -g default-terminal "xterm-256color"
set -g terminal-overrides ',xterm-256color:RGB'
set -g mouse on
set -sg escape-time 0
Expand Down

0 comments on commit 475a238

Please sign in to comment.