Enable gitsigns keymaps
This commit is contained in:
parent
e7a9bf5949
commit
94354c03b0
2 changed files with 10 additions and 10 deletions
|
|
@ -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)' },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue