Remove unnecessary key unmap in neorg config

This commit is contained in:
2023-09-09 04:59:08 +02:00
parent 2f6b1d1613
commit 421b4ab34e
-1
View File
@@ -23,7 +23,6 @@ require("neorg").setup({
["core.keybinds"] = { ["core.keybinds"] = {
config = { config = {
hook = function (keybinds) hook = function (keybinds)
keybinds.unmap("norg", "n", "<C-Space>")
keybinds.remap_event("norg", "n", keybinds.leader .. "tt", "core.qol.todo_items.todo.task_cycle") keybinds.remap_event("norg", "n", keybinds.leader .. "tt", "core.qol.todo_items.todo.task_cycle")
end, end,
}, },