Add docs for SpawnMultiCursorSelect

This commit is contained in:
Zachary Yedidia
2018-03-30 16:42:28 -04:00
parent ac0b89366b
commit b7706d775c
3 changed files with 95 additions and 93 deletions

View File

@@ -95,6 +95,7 @@ can change it!
| Alt+P | Remove latest multiple cursor |
| Alt+C | Remove all multiple cursors (cancel) |
| Alt+X | Skip multiple cursor selection |
| Alt+M | Spawn a new cursor at the beginning of every line in the current selection |
| Ctrl-MouseLeft | Place a multiple cursor at any location |
### Other

View File

@@ -215,6 +215,7 @@ Suspend (Unix only)
ScrollUp
ScrollDown
SpawnMultiCursor
SpawnMultiCursorSelect
RemoveMultiCursor
RemoveAllMultiCursors
SkipMultiCursor
@@ -464,7 +465,7 @@ MouseWheelRight
// Multiple cursors bindings
"Alt-n": "SpawnMultiCursor",
"CtrlM": "SpawnMultiCursorSelect",
"Alt-m": "SpawnMultiCursorSelect",
"Alt-p": "RemoveMultiCursor",
"Alt-c": "RemoveAllMultiCursors",
"Alt-x": "SkipMultiCursor",