Changed behaviour of home.

This commit is contained in:
Adam Harrison
2021-08-06 18:08:08 -04:00
parent 0b2bf227a8
commit 2bf56e67c5
4 changed files with 7 additions and 2 deletions
+1
View File
@@ -418,6 +418,7 @@ local translations = {
["start-of-line"] = translate.start_of_line,
["end-of-line"] = translate.end_of_line,
["start-of-word"] = translate.start_of_word,
["start-of-indentation"] = translate.start_of_indentation,
["end-of-word"] = translate.end_of_word,
["previous-line"] = DocView.translate.previous_line,
["next-line"] = DocView.translate.next_line,