tshjkl.nvim
tshjkl.nvim copied to clipboard
Tree-sitter hjkl movement for neovim
Is there a way to expand the visual selection to include the neighboring siblings, instead of just selecting one node at a time?
Hi! 👋🏻 Love this plugin. I wanted to write a plugin like this myself but was very happy to find that you already did. I was wondering how you would...
Select the next node with the same name (e.g. `function` to `function`), can jump across node hierarchies
I found that `l` (goto to child) is very slow, it takes 1-2 seconds on average. The other actions `h`, `k`, and `j` are very fast though with a seemingly...