vim-visualrun

Vim plugin to run visually selected range of lines as Vim commands.
git clone git://git.alex.balgavy.eu/vim-visualrun.git
Log | Files | Refs | README | LICENSE

commit cbc9e9a579b8a584002862ccfc2b70c419f0632c
parent 3823ce008b42c2ab23af934593ae70039b5e08ac
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Tue,  9 Mar 2021 11:30:39 +0100

Add demo gif

Diffstat:
MREADME.md | 2++
Ademo.gif | 0
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -6,6 +6,8 @@ So this lets you run Vim commands from anywhere. ## What? This plugin lets you visually select a range of lines and then run them as Vim commands. +![Demo of visualrun](demo.gif) + The plugin exposes one visual mode mapping: * `<Plug>VisualRunCommands`: run the visually selected lines as Vim commands diff --git a/demo.gif b/demo.gif Binary files differ.