[FR]Would like sample functions like tmuxinator #877
Replies: 4 comments
-
Idea: Fetching a starter config remotely e.g. via git or a gist (similar to starters elsewhere, like gatsby) and let the user verify / preview if it's secure |
Beta Was this translation helpful? Give feedback.
-
Another idea: Custom default yaml config - for new configs, e.g. |
Beta Was this translation helpful? Give feedback.
-
Idea, allow multiple starter templates locally
tmuxp new --starter basic tmuxp new --starter 3-panes |
Beta Was this translation helpful? Give feedback.
-
Idea: more layout template. Some people use tmux like desktops: folders on the left, vim on the top right, real time logs on the bottom. And they might adjust the width and height by hand, which is a laborious work. A few default layout templates might help, such as:
Anther way that might help this scenario is "windowgram" borrowed from https://github.com/oxidane/tmuxomatic#one-example |
Beta Was this translation helpful? Give feedback.
-
When using https://github.com/tmuxinator/tmuxinator, one can start a new session by typing
tmuxinator new [project]
and the command will open a sample config file located in
~/.tmuxinator/sample.yml
. One can simply start working by deleting and editing a few lines of the sample config.The function can get rid of the chores of reading config manuals online, reduce debug time. Would be very nice to have.
Beta Was this translation helpful? Give feedback.
All reactions