Skip to content

Commit

Permalink
revert(tmux): restore default-terminal
Browse files Browse the repository at this point in the history
This reverts commit bda4d53.
  • Loading branch information
kaplanz committed Apr 9, 2024
1 parent bda4d53 commit 72f46cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/tmux/tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ bind-key a send-prefix
# }}}

# -- Terminal -- {{{
set-option -g default-terminal 'xterm-256color'
set-option -g default-terminal 'tmux-256color'
set-option -g focus-events on
set-option -a terminal-overrides ',*256col*:RGB'
set-window-option -g xterm-keys on
Expand Down

0 comments on commit 72f46cc

Please sign in to comment.