summaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-03-25 19:37:03 -0700
committerSean Whitton <spwhitton@spwhitton.name>2019-03-25 19:37:03 -0700
commitba0694a3847ca0aeabf5de4140497fb0f3cf5637 (patch)
tree9cc4892d6ea54940798d2db56ddc6a44c36ac610 /.tmux.conf
parent22dd1beaa670a9eaa1894cabc3475cba86e0d9e8 (diff)
downloaddotfiles-ba0694a3847ca0aeabf5de4140497fb0f3cf5637.tar.gz
avoid having 'new-session' in .tmux.conf
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~"