aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2021-01-01 15:03:22 +0100
committerDavid Runge <dave@sleepmap.de>2021-01-01 15:03:22 +0100
commit932fc4847b08175d6fb45961f3e9790101fa983f (patch)
tree0b65c21687a9ee53e6893a41c325ddf3a03df9d4
parent1d0fcda98e359b2d6d186f2d86f21457466f50ae (diff)
downloaddotfiles-932fc4847b08175d6fb45961f3e9790101fa983f.tar.gz
dotfiles-932fc4847b08175d6fb45961f3e9790101fa983f.tar.bz2
dotfiles-932fc4847b08175d6fb45961f3e9790101fa983f.tar.xz
dotfiles-932fc4847b08175d6fb45961f3e9790101fa983f.zip
tmux: Switch TERM
.tmux.conf: Switch TERM to screen-256color, because tmux-256color breaks a few terminal applications (e.g. ncmpcpp, ikhal) on resize.
-rw-r--r--.tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 03707e7..2b25399 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 "tmux-256color"
+set -g default-terminal "screen-256color"
# split windows like vim
# vim's definition of a horizontal/vertical split is reversed from tmux's