Move project manager into core init file

This commit is contained in:
Francesco Abbate
2020-12-08 16:57:57 +01:00
parent 9c7e477cd1
commit e88adc0567
5 changed files with 64 additions and 67 deletions
+1
View File
@@ -181,6 +181,7 @@ keymap.add {
["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+o"] = "core:open-folder",
}
return keymap