Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Also going to mention atom/flight-manual.atom.io#631
  • Loading branch information
icecream17 committed Nov 4, 2022
1 parent ca3f198 commit d44e961
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ There are a handful of cool keybindings for basic text manipulation that might c

:::

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

0 comments on commit d44e961

Please sign in to comment.