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

feat: support virtualedit

Open yehuohan opened this issue 1 year ago • 2 comments

This PR allows hop to jump to anywhere you want with virtualedit used, even there is a blank cell like the picture showed below. So any hop-regex/extension can supports virtualedit via only provide extra Cursor.off and Cursor.virt. Currently hint_vertical and hint_lines can jump to blank cells when virutaledit = insert/block/all.

ve

yehuohan avatar Nov 11 '23 15:11 yehuohan