open tmux in a certain directory
When I start working on a project, I start tmux and then cd into its directory.
There’s a simpler way to do it, though:
| |
Which then can be aliased, so I can do something like tmux-blog to start in the correct directory.
We can go ever further, and start the section with a specific layout running the commands you want:
| |
For horizontal split use split-window -h.