[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 |
|
Another idea: Custom default yaml config - for new configs, e.g. |
|
Idea, allow multiple starter templates locally
tmuxp new --starter basictmuxp new --starter 3-panes |
|
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 |
Uh oh!
There was an error while loading. Please reload this page.
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.
All reactions