Skip to content

Zsh plugin for easily creating tmux sessions for your directories.

License

Notifications You must be signed in to change notification settings

nikevsoft/tmux-sessionizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tmux Sessionizer

Tmux sessionizer as seen from ThePrimeagen.

Prerequisites

Installation

  1. Add the following to your ~/.zimrc:
zmodule nikevsoft/tmux-sessionizer
  1. Install the module:
zimfw install

Configuration

You can customize the module by setting these variables in your .zshrc before the module is loaded:

# Set the directories to search (default: $HOME/Developer)
TMUX_SESSIONIZER_DIRS="$HOME/Developer $HOME/Work"

# Change the default keybinding (default: Ctrl+f)
TMUX_SESSIONIZER_BIND="C-f"

# Set the directory search depth (default: 2)
TMUX_SESSIONIZER_DEPTH=3  # Will search 3 levels deep

Usage

  • Use the ts command directly
  • Press <prefix> Ctrl+f (or your custom keybinding) to open the session selector in a popup window

About

Zsh plugin for easily creating tmux sessions for your directories.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages