Skip to content

Multi-cursor selectMoreAfter, selectMoreBefore and findAll not working #2129

@acgzr

Description

@acgzr

Both addCursorAbove and addCursorBelow are working normally, but those other three in the title don't work. This is what I added to key-bindings.json:

"selectMoreAfter": {
    "key": "Ctrl-Alt-ArrowRight"
  },
  "selectMoreBefore": {
    "key": "Ctrl-Alt-ArrowLeft"
  },
  "findAll": {
    "key": "Ctrl-Alt-a"
  },

Thank you for the otherwise awesome app, though!

when you press the 3 dots menu button (in editor), you have an option named
'Select more after'. In previous version there was a shortcut (keybinding)
for it. It is a very useful feature. Thanks!

Okay.
You can binding keybindings to all those commands available in command palette through keybindings file.
For Select more after add this in your keybindings:

"selectMoreAfter": {
    "key": "Ctrl-Alt-Right"
  }

Originally posted by @bajrangCoder in #870

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions