mini tweaks

This commit is contained in:
iofq 2025-05-06 23:48:51 -05:00
parent fb7e0a930a
commit 8feb221d41
4 changed files with 58 additions and 52 deletions

View file

@ -48,6 +48,7 @@ return {
['ia'] = '@parameter.inner',
['ik'] = '@assignment.lhs',
['iv'] = '@assignment.rhs',
['is'] = { query = '@local.scope', query_group = 'locals', desc = 'Select language scope' },
},
},
move = {
@ -55,12 +56,12 @@ return {
goto_next_start = {
[']a'] = '@parameter.inner',
[']f'] = '@function.outer',
[']]'] = '@block.outer',
['}'] = '@statement.outer',
},
goto_previous_start = {
['[a'] = '@parameter.inner',
['[f'] = '@function.outer',
['[['] = '@block.outer',
['{'] = '@statement.outer',
},
},
swap = {