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
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:
Thank you for the otherwise awesome app, though!
Originally posted by @bajrangCoder in #870