From a9977e5b9ec027440572f832316b054fc6d32373 Mon Sep 17 00:00:00 2001 From: thek4n Date: Mon, 13 May 2024 15:21:10 +0300 Subject: [PATCH] fix(tmux) --- home/user/.config/tmux/mappings.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/user/.config/tmux/mappings.conf b/home/user/.config/tmux/mappings.conf index 3a1bb8e..fd60092 100644 --- a/home/user/.config/tmux/mappings.conf +++ b/home/user/.config/tmux/mappings.conf @@ -25,7 +25,7 @@ bind s choose-tree -ZsK '#{?#{e|<:#{line},9},#{e|+:1,#{line}},#{?#{e|<:#{line},3 # Switch new named session -bind n command-prompt -p "New session:" "new-session -A -d -s '%1' -c ~ \; switch-client -t '%1'" +bind n command-prompt -p "New session:" "new-session -A -s '%1' -c ~" # Kill last session