From 440d8bb13bc059deb3cee4274bb11527e7496008 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 10 Nov 2020 18:02:54 +0200 Subject: auto-attach tmux if session exists --- tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux.conf b/tmux.conf index 64e7139..027ee00 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,3 +1,4 @@ set-option -g prefix C-j unbind-key C-b bind-key C-j send-prefix +new-session -n $HOST -- cgit v1.2.1