enyancc / vscode-ext-cursor-tools

2 stars 2 forks source link

Convert multiple cursors into anchors before cancellation #1

Open enyancc opened 7 years ago

certainlyakey commented 4 years ago

Agree, this way you have less shortcuts to remember. But this can be done by simply reconfiguring your shortcuts:

{
        "key": "escape",
        "command": "cursorToolsAnchorActivate",
        "when": "cursorToolsAnchors && editorTextFocus"
}