HopChar2 command not work when cursor place at the empty line
louishuyng opened this issue ยท 11 comments
I raised a PR here for fixing
#350
Looking through the history of issues, this one has been raised multiple times in the past and was supposed to fixed. However I can confirm that it's still happening, not sure if it affects all commands (seems likely), but I'm having the same issue with both of these commands:
- HopWordBC
- HopWordAC
Also with hop.hint_char1({ direction = directions.AFTER_CURSOR, current_line_only = false })
But not with hop.hint_char1()
Also happening with hop.hint_lines()
The repo that supposedly has the fix doesn't event exist! ๐ค
Ignore that, the link seems to have a typo; proper repo is https://github.com/aznhe21/hop.nvim (in the config it's correct, but the hyperlink is wrong)
The fixes don't cover my use case: I think it happens where the line doesn't fit the "visible" width (example: having 2 vertical splits besides each other). and you need to "scroll" the line to see the end