pounce.nvim
pounce.nvim copied to clipboard
Incremental fuzzy search motion plugin for Neovim
Is there a way to jump to the end of my search? Currently when i type the accept character, it jumps to the first character of the search
If lazy-loaded pounce does not work for the first time. However, after the first try everything works as expected. Here is my config using packer: ```lua vim.cmd [[ nmap p...
hi! I'm trying this out after hop and really like it so far, but I've noticed and been able to reproduce a couple of issues with the matcher. Both on...
I really like the fuzzy search approach of this plugin. It feels more intuitive and easier for me than other motion plugins I tried. I found the flow of auto-completion...
Tried all of them, this is the best cursor movement plugin 100%%% Can you please update code so that if I :Pounce then on empty line to PounceRepeat ! Then...
it would be nice to have options for case sensitivity. Especially smart sensitivity which a few search plugins have, where it is case insensitive by default, but becomes case sensitive...
`Pounce` command searches the whole buffer and currently there is no way to search only the portion after or before cursor like [hop's directional mappings](https://github.com/phaazon/hop.nvim/blob/f418a3750ed3a7f321287a39d2c9a56d8ad630aa/plugin/hop.vim#L19-L20). It would be great to...