bindings.json 239 B

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