79748792

Date: 2025-08-28 08:02:14
Score: 1
Natty:
Report link

The command "jumpTo.lastCursor" does not exist in VSCode natively and therefore doesnt work without an unspecified additional plugin. This is the correct config:

  // allow to exit multi cursor mode with escape
  {
    "key": "escape",
    "command": "runCommands",
    "args": {
      "commands": [
        "editor.action.focusPreviousCursor",
        "removeSecondaryCursors"
      ]
    },
    "when": "editorHasMultipleSelections && textInputFocus"
  },
Reasons:
  • Blacklisted phrase (1): doesnt work
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: LeonMueller - OneAndOnly