Enable gitsigns keymaps

This commit is contained in:
Levente Krizsán 2024-09-03 08:49:27 +02:00
parent e7a9bf5949
commit 94354c03b0
2 changed files with 10 additions and 10 deletions

View file

@ -89,10 +89,10 @@ return {
-- Use if you want more granular movements
-- Make it even more gradual by adding multiple queries and regex.
goto_next = {
[']c'] = { query = '@conditional.outer', desc = 'Next [C]onditional' },
[']d'] = { query = '@conditional.outer', desc = 'Next [D]ecision (Conditional)' },
},
goto_previous = {
['[c'] = { query = '@conditional.outer', desc = 'Previous [C]onditional]' },
['[d'] = { query = '@conditional.outer', desc = 'Previous [D]ecision (Conditional)' },
},
},
},