wezterm-keybindings
OfficialStreamline WezTerm keybindings with tmux-style.
System Documentation
What problem does it solve?
This skill solves the challenge of configuring intuitive, tmux-style keybindings in WezTerm, enabling fast pane management, leader-key workflows, and vim-like navigation.
Core Features & Use Cases
- Leader-key based pane navigation: Use a designated leader key to quickly split, navigate, and manage panes.
- Tmux-like navigation: Vim-style pane movement with h/j/k/l and pane focus shortcuts.
- Quick access & launches: Bind a leader sequence to launch Claude Code or other commands from the terminal.
Quick Start
Add the following Lua snippet to your WezTerm config and reload: config.keys = { { key = '-', mods = 'LEADER', action = wezterm.action.SplitVertical { domain = 'CurrentPaneDomain' } }, { key = '\', mods = 'LEADER', action = wezterm.action.SplitHorizontal { domain = 'CurrentPaneDomain' } }, { key = 'h', mods = 'LEADER', action = wezterm.action.ActivatePaneDirection 'Left' }, { key = 'j', mods = 'LEADER', action = wezterm.action.ActivatePaneDirection 'Down' }, { key = 'k', mods = 'LEADER', action = wezterm.action.ActivatePaneDirection 'Up' }, { key = 'l', mods = 'LEADER', action = wezterm.action.ActivatePaneDirection 'Right' }, { key = 'x', mods = 'LEADER', action = wezterm.action.CloseCurrentPane { confirm = true } }, { key = 'z', mods = 'LEADER', action = wezterm.action.TogglePaneZoomState }, { key = '[', mods = 'LEADER', action = wezterm.action.ActivateCopyMode }, { key = 'c', mods = 'LEADER', action = wezterm.action.SpawnCommandInNewTab { args = { 'claude' } } }, }
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: wezterm-keybindings Download link: https://github.com/nthplusio/functional-claude/archive/main.zip#wezterm-keybindings Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.