aboutsummaryrefslogtreecommitdiff
path: root/tmux/tmux.conf
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-02 23:40:04 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-02 23:40:04 +1200
commita9812cb4e449ac5c2dfa75dbfada5852ab63b55f (patch)
tree056bea26277072aa5235b65b97f6aa350e36a2b7 /tmux/tmux.conf
parentMerge branch 'hotfix/v8.22.2' (diff)
parentBump VERSION (diff)
downloaddotfiles-a9812cb4e449ac5c2dfa75dbfada5852ab63b55f.tar.gz
dotfiles-a9812cb4e449ac5c2dfa75dbfada5852ab63b55f.zip
Merge branch 'release/v8.23.0'v8.23.0
* release/v8.23.0: Don't use tmux terminfo file for now Force unwanted --quoting-style option to ls(1) off Bump updated date for vimrc
Diffstat (limited to 'tmux/tmux.conf')
-rw-r--r--tmux/tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index 257cee5f..2eb1665a 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -14,7 +14,7 @@ set-option -g update-environment 'COLORFGBG COLORTERM'
set-option -g default-command "$SHELL"
# Expect a 256-color terminal
-set-option -g default-terminal 'tmux-256color'
+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