From 416c5efc3d99ffb1de96231361b7aeedaa93cead Mon Sep 17 00:00:00 2001 From: Christian Baer Date: Tue, 19 Mar 2019 21:46:22 +0100 Subject: [PATCH] Set session name of tmux default session to main. --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 2183a92..42057a6 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,5 +1,5 @@ # Start a session if none exists -new-session +new-session -s main # remap prefix from 'C-b' to 'C-a' unbind C-b