diff --git a/app/index.html b/app/index.html index fe86291f..2c200245 100644 --- a/app/index.html +++ b/app/index.html @@ -40,7 +40,7 @@

Cursor movement

  • 0 - (zero) start of line
  • ^ - first non-blank character of line
  • $ - end of line
  • -
  • G - Go To command (prefix with number - 5G goes to line 5)
  • +
  • G - go to command (prefix with number - 5G goes to line 5)
  • Tip Prefix a cursor movement command with a number to repeat it. For example, 4j moves down 4 lines. @@ -75,10 +75,10 @@

    Editing

    Marking text (visual mode)