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

Navigate your code with search labels, enhanced character motions and Treesitter integration

Results 62 flash.nvim issues
Sort by recently updated
recently updated
newest added

### Did you check docs and existing issues? - [X] I have read all the flash.nvim docs - [X] I have searched the existing issues of flash.nvim - [X] I...

bug

### Did you check the docs? - [X] I have read all the flash.nvim docs ### Is your feature request related to a problem? Please describe. I think it's a...

enhancement

Hi, i want to toggle current search not the global, so i write the pr, but i don't know the document should be change or auto generate?.

stale

### Did you check the docs? - [X] I have read all the flash.nvim docs ### Is your feature request related to a problem? Please describe. Would it be possible...

enhancement

### Did you check docs and existing issues? - [X] I have read all the flash.nvim docs - [X] I have searched the existing issues of flash.nvim - [X] I...

bug

### Did you check docs and existing issues? - [X] I have read all the flash.nvim docs - [X] I have searched the existing issues of flash.nvim - [X] I...

bug
stale

### Did you check the docs? - [X] I have read all the flash.nvim docs ### Is your feature request related to a problem? Please describe. My char mode config...

enhancement

current implementation of `require("flash").treesitter()` automatically selects the smallest node. However, this may cause unintentional scroll of the buffer like below. ![2023-11-22 12-06-17 mkv](https://github.com/folke/flash.nvim/assets/30277794/11bf5d0c-88be-45f6-bd7f-b8ecfc982756) This PR adds a functionality to opt-out...

I often have a situation where I want treesitter node selections to select outside the injections. Here's a screenshot from `:lua require("flash").treesitter({ highlight = { backdrop = true } })`...