From ea9e166f6d66d6f9cad09359aff8feca0d0b5af8 Mon Sep 17 00:00:00 2001 From: Rolfe Dlugy-Hegwer Date: Thu, 9 May 2024 08:12:28 -0400 Subject: [PATCH] Fix issues #167 multi-cursor editing --- docs/en/core/writing-markdown.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/en/core/writing-markdown.md b/docs/en/core/writing-markdown.md index c2a6a41..0e4cf5e 100755 --- a/docs/en/core/writing-markdown.md +++ b/docs/en/core/writing-markdown.md @@ -90,9 +90,14 @@ Despite never having to leave your keyboard when it comes to writing documents i ## Multi-Cursor Editing -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 Cmd or Alt will insert a new cursor at the given position. If you drag the mouse across text while holding down Cmd or Alt, you can create multiple selections. +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. -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. +To add cursors, hold down the following keys while clicking the desired positions: + +- Cmd (Mac) +- Ctrl (Windows/Linux) + +To create multiple selections from the cursors, press the key you used to set the cursors, Shift, and any of the arrow keys. ## Working with footnotes