Skip to content

rnevius/vim-execution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

A Vim plugin to enable execution of register contents (macros) on each line of a visual selection.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors