asynctasks.vim icon indicating copy to clipboard operation
asynctasks.vim copied to clipboard

can async task work with visual selection?

Open ri-aje opened this issue 5 years ago • 0 comments

I checked out the macro section and don't see anything specifying visual selection, is there anyway to invoke a task and pass the current visual selection to it? for example, to search it on some website or invoke some script with it. VIM_CWORD is the closest I can find, but it's much less flexible than visual selection. async task seems heavily file oriented, I think it can be more useful by working with other vim elements, such as visual selection. thanks.

ri-aje avatar Nov 27 '20 20:11 ri-aje