change-keybinding

Modify user-defined keybindings in the keybindings.yaml file for Warp.

6|Updated May 10, 2026
One-click install
npx skills add https://github.com/Luohao-Yan/warp-cn --skill change-keybinding
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: change-keybinding
Source: https://github.com/Luohao-Yan/warp-cn/tree/main/resources/bundled/skills/change-keybinding
Command: npx skills add https://github.com/Luohao-Yan/warp-cn --skill change-keybinding

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps users customize their Warp keyboard shortcuts by editing the user's keybindings.yaml file, addressing the need for remapping, rebinding, or removing shortcuts.

Core Features & Use Cases

  • Customize Shortcuts: Modify existing keybindings or create new ones for desired actions.
  • Remap Actions: Change the key combination for an action to suit user preferences.
  • Remove Default Bindings: Unbind default keybindings to avoid conflicts or personal preferences.
  • Use Case: If a user finds the default shortcut for toggling the AI assistant too similar to another key, they can use this Skill to remap it to a different key combination.

Quick Start

Remap the default 'ctrl+space' keybinding for toggling the AI assistant to 'ctrl+s'.

Frequently Asked Questions about change-keybinding

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

FAQPage Schema
How do I remap keyboard shortcuts in Warp?

To change keyboard shortcuts in Warp, you modify keybindings.yaml to remap specific action triggers like toggling the AI assistant. This addresses conflicts by letting you set preferred key combinations.

Can I unbind default Warp keybindings to avoid conflicts?

Yes, you can unbind default Warp keybindings by editing the keybindings.yaml file. This removes default mappings to prevent shortcut conflicts or disable unwanted actions.

What is the keybindings.yaml file used for in Warp?

The keybindings.yaml file stores user configuration for keyboard shortcuts in the Warp agentic development environment. It is the central place to customize, remap, or unbind actions.

How do I customize the toggle AI assistant shortcut in Warp?

To customize the toggle AI assistant shortcut in Warp, modify the keybindings.yaml file to remap the action. You can change the default ctrl+space combination to a preferred alternative.

Does Warp keyboard customization require access to the user configuration directory?

Yes, customizing Warp keyboard shortcuts requires access to the user configuration directory. This access is needed to locate and modify the keybindings.yaml file directly.

Why are my Warp keyboard shortcuts not working after remapping?

If Warp keyboard shortcuts are not working after remapping, check the keybindings.yaml file for incorrect YAML syntax. The environment requires valid YAML structure to recognize configuration changes.