feat: add command to add cursors to all matches
Also, move inspector view to Ctrl-Shift-i
This commit is contained in:
parent
779f6976e0
commit
8f8d4b6145
6 changed files with 38 additions and 12 deletions
9
help.md
9
help.md
|
@ -139,6 +139,9 @@ cycle style of editing.
|
|||
- Alt-Shift-Down, Alt-Shift-Up =>
|
||||
Add cursor on the previous/next line
|
||||
|
||||
- Ctrl-Shift-l =>
|
||||
Add cursors to all matches
|
||||
|
||||
- Ctrl-MouseLeft =>
|
||||
Add cursor at mouse click
|
||||
|
||||
|
@ -237,7 +240,7 @@ cycle style of editing.
|
|||
|
||||
### Debugging Commands
|
||||
|
||||
- F5 =>
|
||||
- F5, Ctrl-Shift-i =>
|
||||
Toggle inspector view
|
||||
|
||||
- F6 =>
|
||||
|
@ -246,10 +249,10 @@ cycle style of editing.
|
|||
- F7 =>
|
||||
Dump current line to log view
|
||||
|
||||
- F11, Ctrl-J, Ctrl-Shift-l =>
|
||||
- F11, Ctrl-J, Alt-l =>
|
||||
Toggle log view
|
||||
|
||||
- F12, Ctrl-Shift-i =>
|
||||
- F12, Alt-i =>
|
||||
Toggle input view
|
||||
|
||||
- Ctrl-Shift-/ =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue