From c42711cf56648308d6368319d9a2ece636fd6168 Mon Sep 17 00:00:00 2001 From: Jernej Debevc <68189091+jernej-9@users.noreply.github.com> Date: Sun, 9 May 2021 09:59:06 +0200 Subject: [PATCH] Fix #631 - Incorrect keybinding for re-flow --- content/using-atom/sections/editing-and-deleting-text.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/using-atom/sections/editing-and-deleting-text.md b/content/using-atom/sections/editing-and-deleting-text.md index 96ace4dbe6..47e820cde3 100644 --- a/content/using-atom/sections/editing-and-deleting-text.md +++ b/content/using-atom/sections/editing-and-deleting-text.md @@ -21,7 +21,7 @@ There are a handful of cool keybindings for basic text manipulation that might c {{/mac}} -Atom also has built in functionality to re-flow a paragraph to hard-wrap at a given maximum line length. You can format the current selection to have lines no longer than 80 (or whatever number `editor.preferredLineLength` is set to) characters using Alt+Cmd+QAlt+Ctrl+Q. If nothing is selected, the current paragraph will be reflowed. +Atom also has built in functionality to re-flow a paragraph to hard-wrap at a given maximum line length. You can format the current selection to have lines no longer than 80 (or whatever number `editor.preferredLineLength` is set to) characters using Alt+Cmd+QCtrl+Shift+Q. If nothing is selected, the current paragraph will be reflowed. #### Deleting and Cutting