aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2023-06-26 12:47:43 +1200
committerTom Ryder <tom@sanctum.geek.nz>2023-06-26 12:47:43 +1200
commit1edc00cf8412164793948bd58817aafd0f8fa206 (patch)
treed41ee02d23656f1a5c17194d94d6410e3932130b
parentMerge branch 'release/v12.39.0' into develop (diff)
downloaddotfiles-1edc00cf8412164793948bd58817aafd0f8fa206.tar.gz
dotfiles-1edc00cf8412164793948bd58817aafd0f8fa206.zip
Try tmux's default $TERM
Let's see how I go with tmux-256color for a while.
-rw-r--r--tmux/tmux.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index f6109afd..ad420528 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -4,9 +4,6 @@ set-option -g update-environment ''
# Setting this makes each new pane a non-login shell, which suits me better
set-option -g default-command "exec $SHELL"
-# Expect a 256-color terminal
-set-option -g default-terminal 'screen-256color'
-
# Change the prefix to ^A rather than the default of ^B, because I'm a godless
# GNU Screen refugee, and also I like using ^B in my shell and in Vim more
unbind-key C-b