summaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2021-07-27 18:33:07 -0700
committerMike Crute <mike@crute.us>2021-07-27 18:34:22 -0700
commit16f6d73fde01c02a5a4bfd5c0e65b9933bb571c5 (patch)
tree43d7e3aa16ee1943e873d67bb642919fe317138c /.tmux.conf
parent0e2834db3ba513fab509ded58a61fc004959f6d6 (diff)
downloaddotfiles-16f6d73fde01c02a5a4bfd5c0e65b9933bb571c5.tar.bz2
dotfiles-16f6d73fde01c02a5a4bfd5c0e65b9933bb571c5.tar.xz
dotfiles-16f6d73fde01c02a5a4bfd5c0e65b9933bb571c5.zip
Unset tmux history limit
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 72d13a1..8263a36 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -1,6 +1,8 @@
1set -g default-command "reattach.sh" 1set -g default-command "reattach.sh"
2set -g default-terminal "screen-256color" 2set -g default-terminal "screen-256color"
3 3
4#set -g history-limit 10000
5
4# Resize to the smallest client actively looking at a screen 6# Resize to the smallest client actively looking at a screen
5# https://mutelight.org/practical-tmux 7# https://mutelight.org/practical-tmux
6set -g aggressive-resize on 8set -g aggressive-resize on