aboutsummaryrefslogtreecommitdiff
path: root/tmux/tmux.conf
diff options
context:
space:
mode:
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
+