원클릭으로
tmux
Tmux terminal multiplexer - Catppuccin theme, TPM plugins, custom scripts, session/worktree management, and key bindings
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Tmux terminal multiplexer - Catppuccin theme, TPM plugins, custom scripts, session/worktree management, and key bindings
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Cloudflare Worker syncing Investec bank transactions to a Google Sheets budget spreadsheet. Monthly tabs, JWT auth, transaction merging/rules, tab coloring by age, cron scheduled sync.
Dotfile and config management using yadm - track, sync, and deploy configuration across machines
Best practices for Remotion - Video creation in React. Includes a 27-file rule library covering 3D, animations, audio, captions, charts, compositions, fonts, and transitions.
Guide for creating, updating, and improving opencode skills - conventions, structure, discovery, and best practices for SKILL.md authoring
Code reviewer for pattern conformance, security, testing, and Rails/Hotwire best practices
Hotwire expert for Rails 8 - Turbo Drive/Frames/Streams, Stimulus controllers, real-time updates, and advanced patterns from Hotwire Club
| name | tmux |
| description | Tmux terminal multiplexer - Catppuccin theme, TPM plugins, custom scripts, session/worktree management, and key bindings |
| metadata | {"tags":"tmux, terminal, multiplexer, catppuccin, tpm, plugins, session-management"} |
Use this skill for:
This skill is organized into reference files by topic:
Read only the reference file relevant to your current task.
| File | Purpose |
|---|---|
~/.config/tmux/tmux.conf | Main config (symlinked by yadm) |
~/.config/tmux/tmux.conf##os.Darwin | macOS-specific overrides |
~/.config/tmux/tmux.conf##os.Linux | Linux-specific overrides |
~/.config/tmux/scripts/*.sh | Custom scripts |
Prefix: Ctrl-Space — see references/keybindings.md for the full table.
# Reload config
tmux source-file ~/.config/tmux/tmux.conf
# Split panes
prefix + - # horizontal split (current dir)
prefix + \ # vertical split (current dir)
Alt-- # horizontal split (root key)
Alt-\ # vertical split (root key)
# Session management
tmux new-session -s name
tmux switch-client -t name
tmux kill-session -t name
# Window management
tmux new-window -c "#{pane_current_path}"
tmux rename-window -t <id> "new-name"
tmux kill-window -t <id>
# Save/Restore (resurrect)
prefix + C-s # Save
prefix + C-r # Restore
# Pomodoro
prefix + p # Toggle
prefix + P # Cancel
prefix + _ # Skip
prefix + C-p # Menu
prefix + e # Restart
prefix + C-s before risky opstmux.conf##os.<OS> per machineprefix + I on new machine to install pluginsAlt-w or prefix + w for worktree-select.sh to jump between git worktreesprefix + C-Space sends literal Ctrl-Space to the pane