Skip to content

Commit

Permalink
doc(keybinds): broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Aug 1, 2023
1 parent bb29db9 commit 36e78ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/neorg/modules/core/keybinds/module.lua
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ module.load = function()
end

module.config.public = {
-- Whether to use the default keybinds provided [here](https://github.com/nvim-neorg/neorg/blob/main/lua/modules/core/keybinds/keybinds.lua).
-- Whether to use the default keybinds provided [here](https://github.com/nvim-neorg/neorg/blob/main/lua/neorg/modules/core/keybinds/keybinds.lua).
default_keybinds = true,

-- The prefix to use for all Neorg keybinds.
Expand All @@ -89,7 +89,7 @@ module.config.public = {
neorg_leader = "<LocalLeader>",

-- Function to be invoked that allows the user to change their keybinds.
-- See the [section on setting up a keybind hook](#setting-up-a-keybing-hook) for more details.
-- See the [section on setting up a keybind hook](#setting-up-a-keybind-hook) for more details.
hook = nil,

-- The keybind preset to use.
Expand Down

0 comments on commit 36e78ca

Please sign in to comment.