]> git.lizzy.rs Git - micro.git/commitdiff
Fix docs regarding "Home" key and "StartOfText" and "StartOfLine". (#1611)
authorJán Jančár <J08nY@users.noreply.github.com>
Tue, 7 Apr 2020 16:58:30 +0000 (18:58 +0200)
committerGitHub <noreply@github.com>
Tue, 7 Apr 2020 16:58:30 +0000 (12:58 -0400)
runtime/help/defaultkeys.md
runtime/help/keybindings.md

index d13975fdf731f3c94236dde19d4e9361e6f3ce77..ec25e90d12e747cf9bdcbd045dbccb942e99da70 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 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                                                                |
index 9fbe3cb314a536607b93a894b9493b4064057835..12105306a1ea0b8ab382053ef16f8e6ce106255b 100644 (file)
@@ -457,7 +457,7 @@ conventions for text editing defaults.
     "CtrlT":          "AddTab",
     "Alt,":           "PreviousTab",
     "Alt.":           "NextTab",
-    "Home":           "StartOfLine",
+    "Home":           "StartOfText",
     "End":            "EndOfLine",
     "CtrlHome":       "CursorStart",
     "CtrlEnd":        "CursorEnd",