Skip to content

kaiwood/vscode-insert-cursor-at-beginning-of-each-line-selected

Repository files navigation

Insert Cursor at Beginning of Each Line Selected

Features

This extension overwrites the shortcut for editor.action.insertCursorAtEndOfEachLineSelected (shift+alt+i) and will insert the cursors at the start of the selection, instead of the end.

Extension Settings

If you don't like the opinionated shortcut of this extension and like to keep VSCodes default, you can either unbind the extensions one like this:

{
    "key": "shift+alt+i",
    "command": "-insert-cursor-at-beginning-of-each-line-selected.insertCursors"
}

or rebind the default one:

{
    "key": "shift+alt+i",
    "command": "editor.action.insertCursorAtEndOfEachLineSelected",
    "when": "editorTextFocus"
}

Release Notes

1.0.0

Initial release

About

Inserts multiple cursors at the beginning of each selected line – instead of inserting them at the end.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published