summaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2016-06-25 11:33:36 -0700
committerMike Crute <mike@crute.us>2016-06-25 11:33:36 -0700
commit8275adb896e9c8fc2a35988200c757d7719f2cf1 (patch)
tree1c621e2be89c2354846538de8c61794e3500d70b /.tmux.conf
parent89413aab7d67763871eb868ccc1cf735434d47af (diff)
downloaddotfiles-8275adb896e9c8fc2a35988200c757d7719f2cf1.tar.bz2
dotfiles-8275adb896e9c8fc2a35988200c757d7719f2cf1.tar.xz
dotfiles-8275adb896e9c8fc2a35988200c757d7719f2cf1.zip
Remove setting deprecated in 2.2
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 6d2640c..a68c749 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -1,7 +1,5 @@
1set-option -g default-command "reattach.sh" 1set-option -g default-command "reattach.sh"
2 2
3set -g utf8 on
4
5# Resize to the smallest client actively looking at a screen 3# Resize to the smallest client actively looking at a screen
6# https://mutelight.org/practical-tmux 4# https://mutelight.org/practical-tmux
7set -g aggressive-resize on 5set -g aggressive-resize on