{
  "description": "Ctrl+W to Option+backspace",
  "manipulators": [
    {
      "description": "Delete backward as if you're in a terminal",
      "from": {
        "key_code": "w",
        "modifiers": {
          "mandatory": [
            "right_control"
          ]
        }
      },
      "to": [
        {
          "key_code": "delete_or_backspace",
          "modifiers": [
            "left_option"
          ]
        }
      ],
      "type": "basic"
    }
  ]
}