Just some tidbits that might help you manage your tmux sessions.
REQUIREMENTS: fzf
There are 4 operations available to you:
- killing the session (default:
prefix+C-k)- customize with option
@kill-key
- customize with option
- list and switch to one of the available session (default:
prefix+C-l)- customize with option
@list-key
- customize with option
- start a new coding project in a new session (default:
prefix+C-n)- customize with option
@new-key
- customize with option
- open an existing coding project in a session (default:
prefix+C-p)- customize with option
@projects-key
- customize with option
- clone an existing coding project in a session (default:
prefix+C-g)- customize with option
@clone-key
- customize with option
You can identify where tmux-tidbits looks for your coding projects
by working with the option @projects-dir. If the directory doesn't exist
then it will be created.
@kill-key:C-k@list-key:C-l@project-key:C-p@new-key:C-n@clone-key:C-g@projects-dir:~/projects@tidbit-win-width: 80



