Skip to main content

Hop between Claude Code sessions in tmux panes

Project description

Claude Tmux Hop

Quickly hop between Claude Code sessions running in tmux panes.

Features

  • Priority-based cycling: Jump to panes waiting for input first, then idle, then active
  • Auto-registration: Claude Code hooks automatically track pane states
  • Auto-discovery: Existing Claude Code sessions are detected on plugin load
  • In-memory state: Uses tmux pane options - no files, auto-cleanup when panes close
  • Cross-session navigation: Works across all tmux sessions

Requirements

  • uv (for uvx command)
  • tmux 3.0+
  • Python 3.10+
  • Claude Code

Installation

1. Install Claude Code Plugin

claude plugin marketplace add unsafe9/claude-tmux-hop
claude plugin install claude-tmux-hop

2. Install Tmux Plugin (via TPM)

Add to ~/.tmux.conf:

set -g @plugin 'unsafe9/claude-tmux-hop'

Then press prefix + I to install.

That's it! The CLI runs via uvx automatically - no manual Python installation needed.

Any existing Claude Code sessions will be automatically discovered and registered as idle on plugin load.

Usage

Key Bindings

Key Action
prefix + Tab Cycle to next Claude Code pane
prefix + C-Tab Open picker menu (if enabled)

Configuration

Add to ~/.tmux.conf:

# Customize cycle key (default: Tab)
set -g @hop-cycle-key 'Tab'

# Customize picker key (default: C-Tab)
set -g @hop-picker-key 'C-Tab'

# Enable picker menu (default: off)
set -g @hop-enable-picker 'on'

CLI Commands

# List all Claude Code panes
uvx claude-tmux-hop list

# Cycle to next pane (usually via keybinding)
uvx claude-tmux-hop cycle

# Show picker menu
uvx claude-tmux-hop picker

# Discover existing Claude Code sessions (runs automatically on plugin load)
uvx claude-tmux-hop discover

# Preview what would be discovered
uvx claude-tmux-hop discover --dry-run

How It Works

Pane States

State Trigger Priority
waiting Notification hook (idle/permission prompt) Highest
idle Stop hook (task complete) Medium
active UserPromptSubmit hook Lowest

Cycling Behavior

  1. If waiting panes exist, cycle only through waiting panes (oldest first)
  2. If no waiting, cycle through idle panes (newest first)
  3. If no idle, cycle through active panes (newest first)

State Storage

State is stored directly on tmux panes using custom options:

  • @hop-state: Current state (waiting/idle/active)
  • @hop-timestamp: Unix timestamp of last state change

Benefits:

  • No external files
  • State auto-deleted when pane closes
  • Fast (in-memory)

Releasing a New Version

Update the version in pyproject.toml, then publish to PyPI:

uv build
uv publish

Both plugins use uvx which always fetches the latest version from PyPI.

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

claude_tmux_hop-0.1.2.tar.gz (7.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

claude_tmux_hop-0.1.2-py3-none-any.whl (8.9 kB view details)

Uploaded Python 3

File details

Details for the file claude_tmux_hop-0.1.2.tar.gz.

File metadata

  • Download URL: claude_tmux_hop-0.1.2.tar.gz
  • Upload date:
  • Size: 7.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.22 {"installer":{"name":"uv","version":"0.9.22","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for claude_tmux_hop-0.1.2.tar.gz
Algorithm Hash digest
SHA256 1f76fe9346f71896f0c743e44adcc167224002c6b463b396613eef4ed1f22bc5
MD5 481676ee4a15d639c7bc0a6d88d4fb86
BLAKE2b-256 d0c72d4433ac94779d3fb0db9137a0f76ec2a5bb8f48f66c2e23ccca6368a89b

See more details on using hashes here.

File details

Details for the file claude_tmux_hop-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: claude_tmux_hop-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 8.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.22 {"installer":{"name":"uv","version":"0.9.22","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for claude_tmux_hop-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 b931b50f267f9ad65d2dd244f0d490e9fd7992038f32eca4fe14f0c850e611e3
MD5 27c32abe4d6272f3c5798f20af6f1404
BLAKE2b-256 118553107ac978d3c82dc7303e2f3b923a6ebe1ddd9a568a17591e20352b07e1

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page