Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Fix #631 - Incorrect keybinding for re-flow #699

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/using-atom/sections/editing-and-deleting-text.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <kbd class="platform-mac">Alt+Cmd+Q</kbd><kbd class="platform-windows platform-linux">Alt+Ctrl+Q</kbd>. 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 <kbd class="platform-mac">Alt+Cmd+Q</kbd><kbd class="platform-windows platform-linux">Ctrl+Shift+Q</kbd>. If nothing is selected, the current paragraph will be reflowed.

#### Deleting and Cutting

Expand Down