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
@@ -202,6 +202,8 @@ keymap.add_direct {
["ctrl+shift+end"] = "doc:select-to-end-of-doc",
["shift+pageup"] = "doc:select-to-previous-page",
["shift+pagedown"] = "doc:select-to-next-page",
["ctrl+shift+up"] = "doc:create-cursor-previous-line",
["ctrl+shift+down"] = "doc:create-cursor-next-line"
}
return keymap