easymotion / vim-easymotion

Vim motions on speed!
http://www.vim.org/scripts/script.php?script_id=3526
7.44k stars 357 forks source link

Looking for custom function to select a range #464

Closed baldore closed 11 months ago

baldore commented 3 years ago

Hello!

I really enjoy using ranges, but it's tedious to put something like :-10,+20 before being able to apply some function. I was wondering how difficult can be to use this plugin to get two lines on the screen and create the range already shown.

I was thinking in something similar to https://github.com/haya14busa/vim-easyoperator-line, where you select 2 lines and then the range appears.

Thanks in advance.