managing-tmux

Configure tmux with plugins and Pane Notepad for multi-pane workflows.

4|Updated Dec 21, 2025
One-click install
npx skills add https://github.com/greenheadHQ/nixos-config --skill managing-tmux
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: managing-tmux
Source: https://github.com/greenheadHQ/nixos-config/tree/main/.claude/skills/managing-tmux
Command: npx skills add https://github.com/greenheadHQ/nixos-config --skill managing-tmux

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

tmux configuration and plugin management can be verbose and error-prone; this Skill groups core tmux setup, session persistence, and in-pane note-taking into a cohesive workflow.

Core Features & Use Cases

  • Centralized tmux configuration via Home Manager, including plugins for session restoration, automatic saving, and clipboard integration.
  • Pane Notepad for per-pane notes with tagging, linking, and quick retrieval using the integrated scripting tools.
  • Scripted utilities to save/restore pane state and automate pane-related workflows, suitable for complex dev environments and server sessions.

Quick Start

Install the configuration via Home Manager, enable the listed plugins, and start using Pane Notepad for notes.

Frequently Asked Questions about managing-tmux

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure tmux with plugins using Home Manager?

You configure tmux with Home Manager by centralizing your setup to enable session restoration, automatic saving, and clipboard integration plugins within a cohesive workflow.

What is the best way to save and restore tmux sessions automatically?

The best way to save and restore tmux sessions is using tmux-resurrect and tmux-continuum plugins, which handle continuous saving and session resurrection for complex dev environments.

Can I take per-pane notes in tmux with tagging and search?

Yes, you can take per-pane notes in tmux using the Pane Notepad feature, which provides tagging, linking, and quick retrieval through integrated scripting tools and keybindings.

Does this tmux setup support automated pane workflows and scripts?

Yes, this tmux setup supports automated pane workflows through scripted utilities that save and restore pane state, suitable for managing complex development environments and server sessions.

Why use Home Manager for tmux configuration instead of manual plugin management?

Use Home Manager for tmux configuration because manual plugin management is verbose and error-prone, whereas Home Manager groups core setup and persistence into a cohesive workflow.