remove extra terminal for edit sessions

one nvim window is a fine default
This commit is contained in:
2025-10-12 19:10:38 +02:00
parent 9146724e6c
commit 8fe44f1e5c
-2
View File
@@ -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"