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