|
@@ -1,9 +1,10 @@
|
|
|
{
|
|
{
|
|
|
"Alt-/": "lua:comment.comment",
|
|
"Alt-/": "lua:comment.comment",
|
|
|
"Alt-d": "RemoveMultiCursor",
|
|
"Alt-d": "RemoveMultiCursor",
|
|
|
|
|
+ "Ctrl-d": "SpawnMultiCursor",
|
|
|
|
|
+ "Ctrl-g": "command-edit:goto ",
|
|
|
"Ctrl-l": "DeleteLine",
|
|
"Ctrl-l": "DeleteLine",
|
|
|
"Ctrl-q": "lua:comment.comment",
|
|
"Ctrl-q": "lua:comment.comment",
|
|
|
"Ctrl-w": "Quit",
|
|
"Ctrl-w": "Quit",
|
|
|
- "Ctrl-d": "SpawnMultiCursor",
|
|
|
|
|
"CtrlUnderscore": "lua:comment.comment"
|
|
"CtrlUnderscore": "lua:comment.comment"
|
|
|
}
|
|
}
|