Remove unnecessary key unmap in neorg config
This commit is contained in:
@@ -23,7 +23,6 @@ require("neorg").setup({
|
||||
["core.keybinds"] = {
|
||||
config = {
|
||||
hook = function (keybinds)
|
||||
keybinds.unmap("norg", "n", "<C-Space>")
|
||||
keybinds.remap_event("norg", "n", keybinds.leader .. "tt", "core.qol.todo_items.todo.task_cycle")
|
||||
end,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user