hop.nvim
hop.nvim copied to clipboard
feat: hint_char1 should ignore char that under cursor
trafficstars

It's obvious I don't pick work that under cursor.
yeah, I have the same opinion.
This is not linked to this mode only, it’s also a problem with any kind of jump target. The right fix here is to filter the list of jump targets after they are generated (right before creating the actual hint labels), and removing the one (if present) that has the same location as the cursor. It’s an easy fix. I will implement that later in the day.