hop.nvim
hop.nvim copied to clipboard
Neovim motions on speed!
**Describe the bug** Setting the `case_insensitive = false,` on the `opts` key and then running commands like: `:HopChar1` doesn't seem to be working **To Reproduce** Steps to reproduce the behavior:...
I found out about the custom callback feature, so I decided to implement my first one in my neovim config. This simply extends the HopLineStart to immediately enter insert mode...
Thanks for maintaining this nice plugin. I was trying to configure a key binding for operator pending mode which deletes several lines at once. For this a tried to add...
This PR allows hop to jump to anywhere you want with `virtualedit` used, even there is a blank cell like the picture showed below. So any hop-regex/extension can supports `virtualedit`...
I really liked Emacs' [avy-goto-char-timer](https://github.com/abo-abo/avy?tab=readme-ov-file#avy-goto-char-timer), and this seemed like the best project to add this feature to in the Neovim space. Basically, it's the regular pattern search, but with an...
I've only given the codebase a cursory look so I'm not sure how feasible this is but I've been missing the `;`/`,` (or `n`/`N`) functionality of EasyMotion with its `easymotion-next`...
hint_nodes looks legit, but I find I want to go beyond "current surrounding" I'm currently using hint_words, which feels sliiiiightly too verbose?
**Describe the bug** When using `:HopChar1CurrentLineAC` with the cursor on some character `X`, if there is at least one more `X` ahead on the line, `:HopChar1CurrentLineAC` creates a jump character...
Sup smoka! I would finally like to contribute to hop. I mostly use `t` and `T` to jump on the current line for faster navigation. Let me quickly brush over...
Added ``repeat_key`` to go back to previous hint state. Previously, if a mistake was made when initially pressing a ``key``, undoing the mistake would require running the command again (e.g....