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

Neovim motions on speed!

Results 79 hop.nvim issues
Sort by recently updated
recently updated
newest added

In the new version where `hint_offset` takes the place of `inclusive_jump` there is a bug when working with Unicode text. When setting `hint_offset = -1` to get `t` like behavior...

If we look at the following screenshot, we see that there are hints shared between the two windows, which are views into the same buffer: As a result, when I...

enhancement

Operator-pending HopChar1 work differently when target character is the last in line. For example, consider deleting up to the first character `d` in the following line: `|word word` where `|`...

I used Intellij easymotion and liked their behavior, wondering if this can be possible in hop.nvim: 1. run `HopChar2` 1. type one character 1. hop highlights all matches with 1...

PR #302 It was requested in #155 and I also have such a use case during my daily workflow. It's quite helpful for languages that prefer camelCase style like golang....

When I type `d` and then use a `:HopLineAC` motion, every line up to but not including the line I hopped to is deleted. I think it is more intuitive...

Hi 👋🏿 , Firstly, thanks for your work phaazon, it's much appreciated 💯. On to the issue, since moving over to hop v2. I've been getting errors when trying to...

bug

# Next release This is issue is there to list all the new features that are going to end up in the next release of `hop.nvim`. The goal of this...

When I use `:HopChar1`, the `statusline` changes to "Hop 1 Char: ". However, this does not go away after hopping when using more than 1 line for the statusline (when...

bug
help wanted
good first issue