From 8fe44f1e5c0f804c0e24fdddeb22b16663d85f8c Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Sun, 12 Oct 2025 19:10:38 +0200 Subject: [PATCH] remove extra terminal for edit sessions one nvim window is a fine default --- tmux/tmux/edit-sessions.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/tmux/tmux/edit-sessions.sh b/tmux/tmux/edit-sessions.sh index a1eda98..2e28776 100644 --- a/tmux/tmux/edit-sessions.sh +++ b/tmux/tmux/edit-sessions.sh @@ -12,8 +12,6 @@ fi tmux new-session -d -s "$SESSION" -c ~/tmux/ -n "nvim" tmux send-keys -t "$SESSION":"nvim" 'nvim .' C-m -tmux new-window -t "$SESSION" -c ~/tmux/ - tmux select-window -t "$SESSION":"nvim" if [ -n "$TMUX" ]; then tmux switch-client -t "$SESSION"