Skip to content

Commit

Permalink
fix(keybinds.lua): remove dead toc keybinds
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Apr 29, 2023
1 parent a8af3d6 commit 06666f2
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions lua/neorg/modules/core/keybinds/keybinds.lua
Original file line number Diff line number Diff line change
Expand Up @@ -93,25 +93,6 @@ module.config.public = {
noremap = true,
})

keybinds.map_event_to_mode("toc-split", {
n = {
-- Hop to the target of the TOC link
{ "<CR>", "core.qol.toc.hop-toc-link" },

-- Closes the TOC split
-- ^Quit
{ "q", "core.qol.toc.close" },

-- Closes the TOC split
-- ^escape
{ "<Esc>", "core.qol.toc.close" },
},
}, {
silent = true,
noremap = true,
nowait = true,
})

-- Map the below keys on presenter mode
keybinds.map_event_to_mode("presenter", {
n = {
Expand Down

0 comments on commit 06666f2

Please sign in to comment.