mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 08:55:16 -06:00
mini tweaks
This commit is contained in:
parent
fb7e0a930a
commit
8feb221d41
4 changed files with 58 additions and 52 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue