-
Notifications
You must be signed in to change notification settings - Fork 234
Spawn a window without a name #938
Unanswered
konomikitten
asked this question in
Q&A
-
How do I spawn a window without a name?
I've tried:
session_name: default windows: - windown_name: - pane: -
Which gives an str expected error.
session_name: default windows: - windown_name: '' - pane: -
Which results in a blank window name.
I just want to do what I'd normally do in tmux with new-window.
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment