Disable leap and change keybinding on markings back to default
This commit is contained in:
parent
0873c36a6f
commit
1c829674e4
2 changed files with 84 additions and 84 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue