ziontee113 / syntax-tree-surfer

A plugin for Neovim that helps you surf through your document and move elements around using the nvim-treesitter API.
MIT License
472 stars 10 forks source link

Feature request: Allow [count] + [motion] #20

Closed ydkulks closed 9 months ago

ydkulks commented 9 months ago

After selecting a node, allow the function to take a count, followed by motion.

Similar to "5j" to move 5 lines down.

Since regular vim motions is enough for small file, this plugin feels more appropriate to use in large files. So having count + motion would be nice to have

ydkulks commented 9 months ago

Sorry, did not try the experimental feature of target jumping

I will close this issue