Feature Request: default terminal multiplexer sessions, starting with a jukebox 🎶 #5
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
nvim
question
syntax highlighting
wontfix
✉️ mail
🎶 music
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
jessebot/dot_files#5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe the feature you'd like, and why
In the config file, we should have an option for allowing automatic creation of named
tmux(or other terminal multiplexers likezellij) sessions and what to run in them.If the tmux session name doesn't exist already, we should create it by default. We should have this be off by default, and be an opt in feature, because a bunch of tmux sessions everywhere, sounds like pain to clean up, but here's an idea of how the feature would work:
Config File Update proposal [Draft1]
then we could generate a script to automatically create a session for them, or just do it for them by putting that script in a cronjob to make sure those sessions always exist.