Skip to content

Commit

Permalink
Added notes about cursor movement at beginning/end of line.
Browse files Browse the repository at this point in the history
  • Loading branch information
brickviking committed Jun 8, 2024
1 parent fb20b67 commit 91a77d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notes.org
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,9 @@ Lines look like this:
+ Description of the Emacs command that the key will trigger.
+ Alternate binding: =other-key=
*** =Right= - =right-char=
+ Moves the cursor to the right of its previous position on the line.
+ Moves the cursor to the right of its previous position on the line. If at the end of the line, will drop to the next line and first character if it exists.
*** =Left= - =left-char=
+ Moves the cursor to the left of its previous position on the line.
+ Moves the cursor to the left of its previous position on the line. If already at the beginning of the line, will attempt to jump to the end of the previous line if one exists.
*** =Down= - =next-line=
+ Steps to the next line and the same character position, if possible, otherwise it will step
to the last character on that line.
Expand Down

0 comments on commit 91a77d7

Please sign in to comment.