using-zellij-docs

Verify Zellij version and config.kdl before providing shortcut guidance.

1|Updated Jul 14, 2017
One-click install
npx skills add https://github.com/karlmdavis/dotfiles --skill using-zellij-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: using-zellij-docs
Source: https://github.com/karlmdavis/dotfiles/tree/main/private_dot_claude/skills/using-zellij-docs
Command: npx skills add https://github.com/karlmdavis/dotfiles --skill using-zellij-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Providing incorrect Zellij shortcuts or configuration advice due to version differences or custom user configurations (especially clear-defaults=true) leads to frustration and wasted time. This Skill ensures all Zellij-related answers are accurate and tailored to the user's specific setup.

Core Features & Use Cases

  • Version-Specific Accuracy: Verifies the user's Zellij version to provide relevant documentation and feature information.
  • Custom Config Awareness: Checks the user's config.kdl for custom keybindings and clear-defaults=true to avoid giving non-functional advice.
  • Shortcut Validation: Searches the actual user configuration for specific commands or keybindings before suggesting them.
  • Use Case: A user asks, "How do I split panes in Zellij?" Instead of guessing, this Skill first checks their zellij --version and ~/.config/zellij/config.kdl to provide the exact, working shortcut for their environment.

Quick Start

Use the using-zellij-docs skill to find out how to create a new pane in Zellij, making sure to check my current configuration.

Frequently Asked Questions about using-zellij-docs

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

FAQPage Schema
How do I find the correct keyboard shortcut for splitting panes in Zellij?

Zellij shortcuts vary by version and custom configuration. Check your Zellij version with `zellij --version`, then inspect `~/.config/zellij/config.kdl` for your actual keybindings, especially if `clear-defaults=true` is set, which removes all default shortcuts.

Why doesn't a Zellij keyboard shortcut work in my setup?

Custom configurations can override default shortcuts. Verify your configuration hasn't set `clear-defaults=true` or redefined the binding you're using by reading your `config.kdl` file and checking which shortcuts are actually mapped in your environment.

Can I customize Zellij keybindings and configuration options?

Yes. Zellij supports full customization through `config.kdl` in `~/.config/zellij/`. You can override default keybindings, enable `clear-defaults=true` to remove them entirely, and adjust feature behavior—all changes take effect after restarting Zellij.

How do I check my current Zellij version and configuration?

Run `zellij --version` to check your version, then review `~/.config/zellij/config.kdl` to see your active keybindings and settings. Version-specific features and configuration options depend on which release you're running.

What should I do if Zellij documentation doesn't match my shortcuts?

Documentation assumes default configurations. If your shortcuts differ, your `config.kdl` has custom bindings or `clear-defaults=true` enabled. Compare the documentation against your actual configuration file to find your mapped commands.

Does Zellij support different keybinding sets across versions?

Yes. Zellij features and default shortcuts vary by version. Always verify your installed version and check your `config.kdl` for version-specific configuration options before applying advice from documentation or community resources.