Skip to content

Commit

Permalink
Fix: "tmux gets weird on splits"
Browse files Browse the repository at this point in the history
  • Loading branch information
evantravers committed Jan 4, 2024
1 parent 33fe5ac commit 0e9d17b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tmux/.config/tmux/tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ setw -g aggressive-resize on
# more colors and themes
set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm' # undercurl support
set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m' # underscore colours - needs tmux-3.0
set -ag terminal-overrides ',*:cud1=\E[1B' # redraw?
set -g message-style bg="colour0",fg="colour3"
set -g pane-active-border-style fg="colour8"
set -g pane-border-style fg="colour8"
Expand Down

0 comments on commit 0e9d17b

Please sign in to comment.