nvim-treesitter-textobjects
nvim-treesitter-textobjects copied to clipboard
Multiple move command
Make move command accept {count} before them, like any other move in vim.
For example when configure ]a to goto_next_start of @paramater.inner, 3]a will jump to the 3rd parameter instead of using the same bind 3 times.
Does this work for other actions? For example delete or change?
Duplicate of #208