Home

Awesome

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