Fix docs regarding "Home" key and "StartOfText" and "StartOfLine". (#1611)

This commit is contained in:
Ján Jančár
2020-04-07 18:58:30 +02:00
committed by GitHub
parent a76bf02f5f
commit 052a36b896
2 changed files with 2 additions and 2 deletions

View 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",