diff options
Diffstat (limited to 'source/ap/tmux/tmux.conf')
-rw-r--r-- | source/ap/tmux/tmux.conf | 7 |
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 00000000..de3bee1f --- /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" |