Skip to content

Commit

Permalink
feat(keybinds): add back keybind "gO" for ToC
Browse files Browse the repository at this point in the history
  • Loading branch information
champignoom committed Jan 11, 2025
1 parent bc660d6 commit b257a94
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lua/neorg/modules/core/keybinds/module.lua
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,14 @@ module.private = {
"<Plug>(neorg.dirman.new-note)",
opts = { desc = "[neorg] Create New Note" },
},

-- Create a Table of Contents
-- ^Table of Contents
{
"gO",
"<cmd>Neorg toc<CR>",
opts = { desc = "[neorg] Create Table of Contents" },
},
},
},
norg = {
Expand Down

0 comments on commit b257a94

Please sign in to comment.