summaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf6
1 files changed, 0 insertions, 6 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 2d1009d3..f6700d1d 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -61,12 +61,6 @@ 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~"