diff --git a/runtime/help/move_line_down.txt b/runtime/help/move_line_down.txt index 6571697dd..7cbe45c02 100644 --- a/runtime/help/move_line_down.txt +++ b/runtime/help/move_line_down.txt @@ -1,11 +1,13 @@ `move_line_down` Moves all cursors 1 line down, removing any selections. -Repeating this will remember the vertical position of the cursors, even when moving across shorter lines. +Repeating this will remember the vertical position of the cursors, +even when moving across shorter lines. --- Examples --- -The cursor remembers its vertical position, even after moving across the shorter line. +The cursor remembers its vertical position, +even after moving across the shorter line. ┌────────────────────────────┐ ┌────────────────────────────┐ ┌──────────────────────────────┐ │ This is a longer l[i]ne. │ │ This is a longer line. │ │ This is a longer line. │ │ Shorter line. │ --> │ Shorter line.[] │ --> │ Shorter line. │ diff --git a/runtime/help/move_line_up.txt b/runtime/help/move_line_up.txt index 0927bca1a..5fdef6c16 100644 --- a/runtime/help/move_line_up.txt +++ b/runtime/help/move_line_up.txt @@ -1,11 +1,13 @@ `move_line_up` Moves all cursors 1 line up, removing any selections. -Repeating this will remember the vertical position of the cursors, even when moving across shorter lines. +Repeating this will remember the vertical position of the cursors, +even when moving across shorter lines. --- Examples --- -The cursor remembers its vertical position, even after moving across the shorter line. +The cursor remembers its vertical position, +even after moving across the shorter line. ┌──────────────────────────────┐ ┌────────────────────────────┐ ┌────────────────────────────┐ │ This is a longer line. │ │ This is a longer line. │ │ This is a longer l[i]ne. │ │ Shorter line. │ --> │ Shorter line.[] │ --> │ Shorter line. │