aboutsummaryrefslogtreecommitdiffstats
path: root/.tmux.conf
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2018-02-22 10:16:46 +0100
committerDavid Runge <dave@sleepmap.de>2018-02-22 10:16:46 +0100
commit2d27ea5a44264dd1bb3a4aaf1e402ba1a7fae1bc (patch)
tree9aca2e3ece7ad0cdc857b584766f02ea02460605 /.tmux.conf
parent7d84b56033658b0c7a6a11f45be6233fa6e57309 (diff)
downloaddotfiles-2d27ea5a44264dd1bb3a4aaf1e402ba1a7fae1bc.tar.gz
dotfiles-2d27ea5a44264dd1bb3a4aaf1e402ba1a7fae1bc.tar.bz2
dotfiles-2d27ea5a44264dd1bb3a4aaf1e402ba1a7fae1bc.tar.xz
dotfiles-2d27ea5a44264dd1bb3a4aaf1e402ba1a7fae1bc.zip
.zsh.after/export.zsh: Fixing export of TERM for tmux and screen.
.tmux.conf: Switching to tmux-256color for within tmux.
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 2e1a4d3..16c3173 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -1,7 +1,7 @@
# Ring the bell if any background window rang a bell
set -g bell-action any
-set -g default-terminal "screen-256color"
+set -g default-terminal "tmux-256color"
# split windows like vim
# vim's definition of a horizontal/vertical split is reversed from tmux's