You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.