hop.nvim
hop.nvim copied to clipboard
Feature request: `conceallevel` awareness
trafficstars
In the following :help file screenshot, I cannot hop to the e: at the end of true: using hop_char2 with e: as the input:
The reason is that there is a concealed backtick between the e and the :. Do you think it could make sense for Hop to allow to get to that e with hop_char2 and e: as the input?
I’m not even sure it would be possible?
Why not? Hop controls the logic of where different keypresses send the cursor. Hop would just need to have some way of determining which characters are concealed – perhaps the Neovim API already provides this, or could provide it?