vscode settings - Is there a VS Code shortcut to move/select up/down to the next empty line? -
i transitioned sublime vs code , love it. wondering if there equivalent combos, or way set them, jumping/selecting chunks of line, down/up next blank line. these looked me in st3:
{"keys": ["ctrl+shift+["], "command": "move", "args": {"by": "stops", "empty_line": true, "forward": false, "extend": true}}, {"keys": ["ctrl+shift+]"], "command": "move", "args": {"by": "stops", "empty_line": true, "forward": true, "extend": true}}, {"keys": ["ctrl+{"], "command": "move", "args": {"by": "stops", "empty_line": true, "forward": false, "extend": true}}, {"keys": ["ctrl+}"], "command": "move", "args": {"by": "stops", "empty_line": true, "forward": true, "extend": true}},
https://github.com/microsoft/vscode/issues/10093 might related want
Comments
Post a Comment