Skip to content

BenGH28/tmux-tidbits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tidbits

Just some tidbits that might help you manage your tmux sessions.

REQUIREMENTS: fzf

There are 4 operations available to you:

  1. killing the session (default: prefix + C-k)
    • customize with option @kill-key
  2. list and switch to one of the available session (default: prefix + C-l)
    • customize with option @list-key
  3. start a new coding project in a new session (default: prefix + C-n)
    • customize with option @new-key
  4. open an existing coding project in a session (default: prefix + C-p)
    • customize with option @projects-key
  5. clone an existing coding project in a session (default: prefix + C-g)
    • customize with option @clone-key

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.

Custom options

  • @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

Preview

  • kill a session image

  • list a project image

  • open a project image

  • start a new project image

About

just a few tmux tidbits

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages