Skip to content

Commit

Permalink
fix(keybinds): fixed tempus insert date insert mode default keybind c…
Browse files Browse the repository at this point in the history
…ommand
  • Loading branch information
ALVAROPING1 authored and vhyrro committed Jul 19, 2024
1 parent b04570a commit 87e55f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/neorg/modules/core/keybinds/module.lua
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ module.private = {
-- ^Date
{
"<M-d>",
"<Plug>(neorg.tempus.insert-date-insert-mode)",
"<Plug>(neorg.tempus.insert-date.insert-mode)",
opts = { desc = "[neorg] Insert Date" },
},
},
Expand Down

0 comments on commit 87e55f3

Please sign in to comment.