Skip to content

Commit bed58f8

Browse files
authored
feat(keybinds): add back keybind "gO" for ToC (#1633)
1 parent bc660d6 commit bed58f8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

lua/neorg/modules/core/keybinds/module.lua

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,14 @@ module.private = {
213213
"<Plug>(neorg.dirman.new-note)",
214214
opts = { desc = "[neorg] Create New Note" },
215215
},
216+
217+
-- Create a Table of Contents
218+
-- ^Table of Contents
219+
{
220+
"gO",
221+
"<cmd>Neorg toc<CR>",
222+
opts = { desc = "[neorg] Create Table of Contents" },
223+
},
216224
},
217225
},
218226
norg = {

0 commit comments

Comments
 (0)