Added in missing boolean.

This commit is contained in:
Adam Harrison
2021-06-18 17:33:55 -04:00
parent 75658b4f3f
commit 858f7a2a50
4 changed files with 60 additions and 16 deletions
+2
View File
@@ -101,6 +101,8 @@ local function keymap_macos(keymap)
["cmd+shift+end"] = "doc:select-to-end-of-doc",
["shift+pageup"] = "doc:select-to-previous-page",
["shift+pagedown"] = "doc:select-to-next-page",
["cmd+shift+up"] = "doc:create-cursor-previous-line",
["cmd+shift+down"] = "doc:create-cursor-next-line"
}
end