Disable leap and change keybinding on markings back to default

This commit is contained in:
Martin Larsson 2025-08-14 20:18:56 +02:00
parent 0873c36a6f
commit 1c829674e4
2 changed files with 84 additions and 84 deletions

View file

@ -50,7 +50,7 @@ utils.foreach({
-- Marks are less frequently used than leaping, also, less relevant with arrow and fzf navigation.
-- Prioritize regular m for leaping, and <leader>m for setting marks.
{ "<leader>m", "m", },
-- { "<leader>m", "m", },
{ "[d", function()
vim.diagnostic.jump({ count = -1, float = false })
end },