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

`HopChar2` command does not work when the cursor is placed at an empty line and shows this error popup below ![Screenshot 2023-01-13 at 00 24 27](https://user-images.githubusercontent.com/40130936/212136532-22200df6-1ffa-46be-889b-8d4c7d2c369c.png)

whenever I use "." to re use the previous command i.e., for example "dt ", its crashing the whole nvim application.

Hi, I have a feature request which I actually yes pretty often because I'm addicted to repeating motions via dot. Is it possible to add dot repeat support? For example,...

feature
later

Hi, If I try to navigate to another line "HopLineAC" or "HopLineBC" from an empty line I get following error. ``` E5108: Error executing lua /Users/sabah/.vim/plugged/hop.nvim/lua/hop/init.lua:130: col value outside range...

I want to to contribute to wiki about dot repeat hack using this awesome plugin, but I don't find any satisfied guidelines for how to prefix the branch name.

When I try setting the option `case_insensitive` to `false`, it doesn't seem to affect whether upper or lowercase characters are matched or not. Here's an elaborate example: 1. Run `:lua...

bug

Fixes #333 by checking whether we are inside the command line window before applying the `nvim_set_current_win` function. If we are inside the command line window we already know we have...

Hop distributes annotations in a cloud around cursor and last words in the same and the next strings are get 2-keys annotation. Easymotion distributes 1-key annotations straightforward along lines while...

enhancement
good first issue
easy

When use on new blank line i get this error ![image](https://user-images.githubusercontent.com/62308020/204130409-5917da83-ce9b-4576-b81d-4a8f45b8f6e6.png) Use in this position, this bug throws when use commands with AC/BC ![image](https://user-images.githubusercontent.com/62308020/204130508-f8e4c33e-f9d1-4c53-9d18-b3caaa6b91d6.png) NVIM v0.8.0-1210-gd367ed9b2

Hi, I am habituated to use ; and , for repeating last f, t, F, T from the default vim behavior. I like using the hints, but when i fallback...