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

FR: Independently configure jump and label position

Open chrisgrieser opened this issue 3 years ago • 0 comments

As far as I can tell, hint_position affects both, the placement of the label and where the cursor will jump to.

However, if would be useful to be able to configure both independently. For example, I'd like to jump to the first letter of a word (for things like d3e I am used to), but would like to have the label placed at the end of a word, so it does not cover the beginning of the word.

Using a negative hint_offset is not a solution since it is a fixed value and the middle/end of a word has a variable distance to the beginning of the word.

chrisgrieser avatar Nov 01 '22 13:11 chrisgrieser