summaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-03-19 18:56:32 -0700
committerSean Whitton <spwhitton@spwhitton.name>2019-03-19 18:56:40 -0700
commit4f9006df59a64a5695b313398c2b456364e13f74 (patch)
treecccd82d58b4518d86c81b8cec975874bdcd99715 /.tmux.conf
parentb36d8cfd30a3d37ed6c9ad6d602469f544d6d380 (diff)
downloaddotfiles-4f9006df59a64a5695b313398c2b456364e13f74.tar.gz
fix 256 colors in initial tmux window
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf12
1 files changed, 6 insertions, 6 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 84505198..2dcb56dd 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -1,9 +1,3 @@
-# ---- startup ----
-
-# having this here means that `tmux attach` will start a new session
-# and attach to it, if no session exists yet
-new-session
-
# ---- preferences ----
set -g set-titles on
@@ -66,6 +60,12 @@ set -g status-attr dim
set -wg window-status-current-fg white
set -wg window-status-current-bg black
+# ---- startup ----
+
+# having this here means that `tmux attach` will start a new session
+# and attach to it, if no session exists yet
+new-session
+
# ---- terminal keycode fixes ----
# set -g terminal-overrides "xterm*:kf1=\e[11~:kf2=\e[12~:kf3=\e[13~:kf4=\e[14~:kf5=\e[15~:kf6=\e[17~:kf7=\e[18~:kf8=\e[19~"