]> git.rmz.io Git - dotfiles.git/commitdiff
tmux: set default-terminal to tmux-256color
authorSamir Benmendil <me@rmz.io>
Mon, 25 Jan 2021 23:43:57 +0000 (23:43 +0000)
committerSamir Benmendil <me@rmz.io>
Tue, 26 Jan 2021 00:25:01 +0000 (00:25 +0000)
When set to screen, which I don't know why it was, the reset background
code is not accepted which left black backgrounds for some highlights in
vim, which made them quite unreadable.

tmux/tmux.conf

index 9f4144f051d6de597ea44677e8ed69efa41953ee..487d7e11ba0a48d72e56db3c57d7ff78e01f6eb0 100644 (file)
@@ -1,4 +1,4 @@
-set -g default-terminal "screen-256color"
+set -g default-terminal "tmux-256color"
 set -g set-titles on
 
 set -g mode-keys vi