Skip to content

Commit 866b08b

Browse files
authored
Merge pull request #190 from rolfedh/fix-multi-cursor-editing
Fix issues #167 multi-cursor editing
2 parents ec83d16 + ea9e166 commit 866b08b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/en/core/writing-markdown.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,14 @@ Despite never having to leave your keyboard when it comes to writing documents i
9090

9191
## Multi-Cursor Editing
9292

93-
In addition to these keyboard shortcuts, Zettlr also offers multi-cursor editing. This means that you can add more than one cursor. Clicking while holding down <kbd>Cmd</kbd> or <kbd>Alt</kbd> will insert a new cursor at the given position. If you drag the mouse across text while holding down <kbd>Cmd</kbd> or <kbd>Alt</kbd>, you can create multiple selections.
93+
To save time during the editing process, you can use multi-cursor editing to make concurrent changes across your document. Then, your keystrokes apply simultaneously to all active cursors or selected areas.
9494

95-
Whenever you have several cursor or selections, pressing any keys will do something to all of these cursor or selections simultaneously. You can use this to, e.g., correct multiple places of your document at once.
95+
To add cursors, hold down the following keys while clicking the desired positions:
96+
97+
- <kbd>Cmd</kbd> (Mac)
98+
- <kbd>Ctrl</kbd> (Windows/Linux)
99+
100+
To create multiple selections from the cursors, press the key you used to set the cursors, <kbd>Shift</kbd>, and any of the arrow keys.
96101

97102
## Working with footnotes
98103

0 commit comments

Comments
 (0)