Home

Last

Repeat the most recent executed CursorPlus command

OverviewLast

  • Key: cursorPlus.last
  • Description: Repeat the most recently executed CursorPlus command.

Works only with CursorPlus commands

Due to VS Code limitations, this command can only repeat CursorPlus commands.

ArgsLast

This command takes no arguments.

ExamplesLast

Keyboard shortcutExamplesLast

keybindings.json
[
  {
    "key": "ctrl+shift+j",
    "command": "cursorPlus.last",
    "when": "editorTextFocus"
  }
]

ConfigurationLast