Execute the contents of a register on each line of a visual selection.
At the moment, this plugin does one simple thing. Instead of making a visual selection and doing this:
:'<,'>normal @a
Just make your selection and:
@a
Add a mapping to your (Neo)vim configuration:
xmap @ <Plug>(execution_execute)