{
  "title": "Editor Shortcuts Pack",
  "slug": "pack-2026-06-editor-shortcuts",
  "version": "1.0.0",
  "date": "2026-06-01",
  "license": "Personal practice use",
  "description": "Shortcut sequence drills for editor navigation, selection, copy, paste, search, and multi-cursor practice.",
  "drills": [
    {
      "title": "Copy Paste Save",
      "mode": "shortcut-sequence",
      "text": "Ctrl+C Ctrl+V Ctrl+S Ctrl+Z Ctrl+Y"
    },
    {
      "title": "Search and Replace",
      "mode": "shortcut-sequence",
      "text": "Ctrl+F Ctrl+H Enter Escape Ctrl+S"
    },
    {
      "title": "Command Palette",
      "mode": "shortcut-sequence",
      "text": "Ctrl+Shift+P format document Enter"
    },
    {
      "title": "Selection Flow",
      "mode": "shortcut-sequence",
      "text": "Shift+Arrow Ctrl+Shift+Arrow Ctrl+D Alt+Click"
    },
    {
      "title": "Terminal Rhythm",
      "mode": "command-text",
      "text": "git status git diff git commit npm test docker compose up"
    }
  ]
}
