]> git.lizzy.rs Git - micro.git/commitdiff
runtime/help/defaultkeys.md: Fix table (#2376)
authorSizhe Zhao <prc.zhao@outlook.com>
Sun, 24 Jul 2022 20:56:30 +0000 (04:56 +0800)
committerGitHub <noreply@github.com>
Sun, 24 Jul 2022 20:56:30 +0000 (13:56 -0700)
runtime/help/defaultkeys.md

index 31941491e0e76c38159606c38de160d48a6a34e0..a470f786aa0bd2362a3c24dc73953c093bef8f15 100644 (file)
@@ -23,7 +23,7 @@ can change it!
 | Shift-arrows                | Move and select text                                                                      |
 | Alt(Ctrl on Mac)-LeftArrow  | Move to the beginning of the current line                                                 |
 | Alt(Ctrl on Mac)-RightArrow | Move to the end of the current line                                                       |
-| Home                        | Move to the beginning of text on the current line                                                 |
+| Home                        | Move to the beginning of text on the current line                                         |
 | End                         | Move to the end of the current line                                                       |
 | Ctrl(Alt on Mac)-LeftArrow  | Move cursor one word left                                                                 |
 | Ctrl(Alt on Mac)-RightArrow | Move cursor one word right                                                                |
@@ -39,7 +39,7 @@ can change it!
 ### Tabs
 
 | Key     | Description of function   |
-|-------- |-------------------------  |
+|-------- |-------------------------- |
 | Ctrl-t  | Open a new tab            |
 | Alt-,   | Previous tab              |
 | Alt-.   | Next tab                  |