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 -1
View File
@@ -184,7 +184,7 @@ keymap.add_direct {
["ctrl+right"] = "doc:move-to-next-word-end",
["ctrl+["] = "doc:move-to-previous-block-start",
["ctrl+]"] = "doc:move-to-next-block-end",
["home"] = "doc:move-to-start-of-line",
["home"] = "doc:move-to-start-of-indentation",
["end"] = "doc:move-to-end-of-line",
["ctrl+home"] = "doc:move-to-start-of-doc",
["ctrl+end"] = "doc:move-to-end-of-doc",