aboutsummaryrefslogtreecommitdiff
path: root/tmux/tmux.conf
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-03-02 11:15:12 +1300
committerTom Ryder <tom@sanctum.geek.nz>2012-03-02 11:15:12 +1300
commita817331f4c13f4aad63b9df5d495d3650c6a88cb (patch)
treec5697a00731c642ffff3da4b59687a217a5e7546 /tmux/tmux.conf
parentUse more compact window titles. (diff)
downloaddotfiles-a817331f4c13f4aad63b9df5d495d3650c6a88cb.tar.gz
dotfiles-a817331f4c13f4aad63b9df5d495d3650c6a88cb.zip
Source a local conf file.
Diffstat (limited to 'tmux/tmux.conf')
-rw-r--r--tmux/tmux.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index 367b548a..769cd05b 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -88,6 +88,9 @@ set-option -g terminal-overrides 'xterm*:smcup@:rmcup@'
set-option -g message-fg colour231
set-option -g message-bg colour18
+# Don't automatically rename windows.
+set-window-option -g automatic-rename off
+
# Use Vi mode.
set-window-option -g mode-keys vi
@@ -102,3 +105,6 @@ set-window-option -g mode-bg colour18
# Monitor window activity.
set-window-option -g monitor-activity on
+# Source local configuration.
+source-file ~/.tmux.conf.local
+