We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 499c8de commit 3d13c3fCopy full SHA for 3d13c3f
init.lua
@@ -235,6 +235,8 @@ require('nvim-treesitter.configs').setup {
235
lookahead = true, -- Automatically jump forward to textobj, similar to targets.vim
236
keymaps = {
237
-- You can use the capture groups defined in textobjects.scm
238
+ ['aa'] = '@parameter.outer',
239
+ ['ia'] = '@parameter.inner',
240
['af'] = '@function.outer',
241
['if'] = '@function.inner',
242
['ac'] = '@class.outer',
0 commit comments