summaryrefslogtreecommitdiffstats
path: root/source/ap/tmux/tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'source/ap/tmux/tmux.conf')
-rw-r--r--source/ap/tmux/tmux.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/ap/tmux/tmux.conf b/source/ap/tmux/tmux.conf
new file mode 100644
index 000000000..de3bee1f2
--- /dev/null
+++ b/source/ap/tmux/tmux.conf
@@ -0,0 +1,7 @@
+# System-wide tmux config file.
+#
+# As installed, this serves only to set the default terminal type.
+# For a more complete example, see: /usr/doc/tmux-*/example_tmux.conf
+
+# Change the default $TERM to tmux-256color
+set -g default-terminal "tmux-256color"