tshjkl.nvim icon indicating copy to clipboard operation
tshjkl.nvim copied to clipboard

Tree-sitter hjkl movement for neovim

Results 4 tshjkl.nvim issues
Sort by recently updated
recently updated
newest added

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

enhancement

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...