aboutsummaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-07-22 17:36:20 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-07-22 17:36:20 +1200
commitd708ff05fb8164ef661ea83ee5373ec4231993ee (patch)
treee4ef6de9f115b65b1d8eb26ff69bc55871cbda43 /tmux
parentUse consistent quoting (diff)
downloaddotfiles-d708ff05fb8164ef661ea83ee5373ec4231993ee.tar.gz
dotfiles-d708ff05fb8164ef661ea83ee5373ec4231993ee.zip
Move terminal setting nearer the top
Diffstat (limited to 'tmux')
-rw-r--r--tmux/tmux.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index 6a358e50..92e93415 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -6,6 +6,9 @@ set-option -g update-environment SSH_CONNECTION
# Shell/command
set-option -g default-command $SHELL
+# All of my terminals are 256 colors, so use the appropriate termcap/terminfo
+set-option -g default-terminal 'screen-256color'
+
# Prefix
unbind-key C-b
set-option -g prefix C-a
@@ -69,7 +72,6 @@ set-window-option -g mode-keys vi
set-window-option -g window-status-format "#I:#W#F"
# Colors
-set-option -g default-terminal 'screen-256color'
set-option -g message-bg colour18
set-option -g message-fg colour231
set-option -g pane-active-border-fg colour237