summaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2017-06-01 02:49:08 +0000
committerMike Crute <mike@crute.us>2017-06-01 02:49:08 +0000
commitd9cc39dd29cc5d58d3b2513211a75a67e0b8929c (patch)
tree70fd4e6d445d2ad1cc980c1826ffe845902e06d1 /.tmux.conf
parent0ad5a994ab3eb8c6895e8d7e62a841d7b6222870 (diff)
downloaddotfiles-d9cc39dd29cc5d58d3b2513211a75a67e0b8929c.tar.bz2
dotfiles-d9cc39dd29cc5d58d3b2513211a75a67e0b8929c.tar.xz
dotfiles-d9cc39dd29cc5d58d3b2513211a75a67e0b8929c.zip
Use screen 256 as terminal in tmux
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/.tmux.conf b/.tmux.conf
index a68c749..952304b 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -1,4 +1,5 @@
1set-option -g default-command "reattach.sh" 1set -g default-command "reattach.sh"
2set -g default-terminal "screen-256color"
2 3
3# Resize to the smallest client actively looking at a screen 4# Resize to the smallest client actively looking at a screen
4# https://mutelight.org/practical-tmux 5# https://mutelight.org/practical-tmux