From 0f2f3ee4178cd825add2f479125f5adfbe30ecb4 Mon Sep 17 00:00:00 2001 From: hackwa Date: Mon, 20 Apr 2020 22:29:36 -0600 Subject: [PATCH] session --- tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux.conf b/tmux.conf index 933febf..330f0d8 100644 --- a/tmux.conf +++ b/tmux.conf @@ -62,3 +62,6 @@ bind-key -n "S-Left" select-window -t :- bind-key -n "S-Right" select-window -t :+ bind-key -nr "C-Left" select-window -t :- bind-key -nr "C-Right" select-window -t :+ + +# if run as "tmux attach", create a session if one does not already exist +new-session -n $HOST