Home

Reorder

Reorder selections' text, lines, or just their order

Available commandsReorder

Nameiddescription
TextcursorPlus.reorder.textReorder text within selections
LinecursorPlus.reorder.lineReorder lines containing selections
Line TextcursorPlus.reorder.lineTextReorder lines starting from the first non-whitespace character
SelectionscursorPlus.reorder.selectionsReorder the selections themselves
WrappercursorPlus.reorder.wrapperChoose a reorder command from a quick-pick menu

Wrapper command?

Learn more in the Wrapper command documentation.

ArgsReorder

This command takes no arguments.

ExamplesReorder

Keyboard shortcutExamplesReorder

keybindings.json
[
  {
    "key": "",
    "command": "cursorPlus.reorder.text",
    "when": "editorTextFocus"
  }
]

VideoExamplesReorder

ConfigurationReorder

This command has no configuration.