Verified Ctrl-g goto prompt, Ctrl-q comment toggle, Ctrl-l delete line, Ctrl-d/Alt-d multi-cursor cycle, and Ctrl-w quit in scratch buffer.
@@ -1,9 +1,10 @@
{
"Alt-/": "lua:comment.comment",
"Alt-d": "RemoveMultiCursor",
+ "Ctrl-d": "SpawnMultiCursor",
+ "Ctrl-g": "command-edit:goto ",
"Ctrl-l": "DeleteLine",
"Ctrl-q": "lua:comment.comment",
"Ctrl-w": "Quit",
- "Ctrl-d": "SpawnMultiCursor",
"CtrlUnderscore": "lua:comment.comment"
}