bindings.json 275 B

12345678910
  1. {
  2. "Alt-/": "lua:comment.comment",
  3. "Alt-d": "RemoveMultiCursor",
  4. "Ctrl-d": "SpawnMultiCursor",
  5. "Ctrl-g": "command-edit:goto ",
  6. "Ctrl-l": "DeleteLine",
  7. "Ctrl-q": "lua:comment.comment",
  8. "Ctrl-w": "Quit",
  9. "CtrlUnderscore": "lua:comment.comment"
  10. }