Skip to content

Commit

Permalink
fix: TERM variable glitching out Tmux
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjamesdev committed Oct 4, 2022
1 parent d80db5d commit 095a228
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tmux/.tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ bind h split-window -v -c "#{pane_current_path}"
set -g base-index 1
setw -g pane-base-index 1

# Colour scheme enabled in "tmux-sensible" plugin
#set -g default-terminal "screen-256color"
# Set to "tmux-256color" by tmux-sensible, but that seems to glitch it out
set -g default-terminal "xterm-256color"

# Load plugins
set -g @plugin 'tmux-plugins/tpm'
Expand Down

0 comments on commit 095a228

Please sign in to comment.