From c24ed522389510f1b7ff2ec4a51ca91ea5e59996 Mon Sep 17 00:00:00 2001 From: thek4n Date: Mon, 8 Jan 2024 01:41:38 +0300 Subject: [PATCH] ref tmux --- home/user/.tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/user/.tmux.conf b/home/user/.tmux.conf index c39f496..5292ff0 100644 --- a/home/user/.tmux.conf +++ b/home/user/.tmux.conf @@ -1,5 +1,8 @@ set -g prefix C-b +set -s exit-empty off +set -s exit-unattached off + # pane navigation bind | split-window -h -c "#{pane_current_path}" bind \\ split-window -v -c "#{pane_current_path}"