From b257a94de79780c0ffaabbd749f8c1ff565bdc5e Mon Sep 17 00:00:00 2001 From: champignoom Date: Fri, 10 Jan 2025 17:20:29 +0800 Subject: [PATCH] feat(keybinds): add back keybind "gO" for ToC --- lua/neorg/modules/core/keybinds/module.lua | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lua/neorg/modules/core/keybinds/module.lua b/lua/neorg/modules/core/keybinds/module.lua index 63ec941d3..4503fa727 100644 --- a/lua/neorg/modules/core/keybinds/module.lua +++ b/lua/neorg/modules/core/keybinds/module.lua @@ -213,6 +213,14 @@ module.private = { "(neorg.dirman.new-note)", opts = { desc = "[neorg] Create New Note" }, }, + + -- Create a Table of Contents + -- ^Table of Contents + { + "gO", + "Neorg toc", + opts = { desc = "[neorg] Create Table of Contents" }, + }, }, }, norg = {