Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 508 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 508 Bytes

Vim Execution

Execute the contents of a register on each line of a visual selection.

guillotine

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

Usage

Add a mapping to your (Neo)vim configuration:

xmap @ <Plug>(execution_execute)