Claude-skill-registry cursor-keybindings
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/cursor-keybindings" ~/.claude/skills/majiayu000-claude-skill-registry-cursor-keybindings && rm -rf "$T"
manifest:
skills/data/cursor-keybindings/SKILL.mdsource content
Cursor Keybindings
Overview
This skill helps you master Cursor keyboard shortcuts and customize keybindings. It provides a complete reference for AI-specific shortcuts, standard editor commands, and guidance on resolving conflicts with Vim mode or other extensions.
Prerequisites
- Cursor IDE installed
- Access to Keyboard Shortcuts editor
- Understanding of modifier keys (Cmd/Ctrl, Alt/Option, Shift)
- Optional: Vim mode extension if using Vim bindings
Instructions
- Open Keyboard Shortcuts (Cmd+K Cmd+S)
- Search for the command to rebind
- Click the pencil icon to edit
- Press your new key combination
- Resolve any conflicts shown
- Save and test the new binding
Output
- Customized keyboard shortcuts
- Resolved keybinding conflicts
- Vim mode compatibility (if configured)
- Personalized workflow efficiency
Error Handling
See
{baseDir}/references/errors.md for comprehensive error handling.
Examples
See
{baseDir}/references/examples.md for detailed examples.