Remove unnecessary key unmap in neorg config
This commit is contained in:
@@ -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,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user