Skip to content

Commit

Permalink
[Cosmetic] Reworked a line to fit within 100 characters.
Browse files Browse the repository at this point in the history
  • Loading branch information
brickviking committed Jun 8, 2024
1 parent bf8b4a6 commit 455c9df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion notes.org
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,8 @@ Lines look like this:
+ Puts the cursor at the right-most position of the current line, usually the last character even
if that is a space.
*** =M-g Tab <num>=
+ Step the cursor to the offset specified on the line you're on, or to the end of that line. For example, =M-g Tab 32= moves to the 32nd character on that line.
+ Step the cursor to the offset specified on the line you're on, or to the end of that line. For
example, =M-g Tab 32= moves to the 32nd character on that line.
*** =C-Down= - =forward-paragraph=
+ Steps the cursor forward to the first character of the next paragraph
*** =C-Up= - =backward-paragraph=
Expand Down

0 comments on commit 455c9df

Please sign in to comment.