I've been using #tmux since Jan and it's been great so far!
My workflow is simple:
+ one session per coding project
+ 2+ windows per session (eg vim and shell)
There are some frictions I'm experiencing with it though... 🧵
My workflow is simple:
+ one session per coding project
+ 2+ windows per session (eg vim and shell)
There are some frictions I'm experiencing with it though... 🧵
Comments
1. cd to the project's directory
2. create a new session
3. attach to it
4. create the windows
5. detach from it
6. go to 1. for next project
Switching between session is also painful when there's a lot of sessions / windows 🧵⬇️
I'm also considering doing some custom scripts, to launch my sessions and windows when the terminal opens. I've seen some nice examples, which integrate with fzf and zoxide 👀