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

How to distribute the key sequence line by line, instead of the distance from cursor?

Open sunn4room opened this issue 2 years ago • 0 comments
trafficstars

I'm used to use easymotion in macro, but the key sequence distribution confuse me.

example:

xxxxxxxxxxxxxxxxx-yyy
xx-yy
xxxxxx-yyyy
xxxxxxxxxxxxxxxxxx-y

I want to delete characters before '-'. NOW I map the easymotion to 'f', and make a macro with keys 'qa0vf-ad', and use this macro to each line. expect:

yyy
yy
yyyy
y

sunn4room avatar Dec 09 '22 12:12 sunn4room