vim: Executing a list of editor commands
Posted
by gveda
on Stack Overflow
See other posts from Stack Overflow
or by gveda
Published on 2009-12-02T05:45:23Z
Indexed on
2010/03/13
22:45 UTC
Read the original article
Hit count: 243
Hi,
Is there a way in vim to give a list of editor commands? I want to execute a series of 'global' commands, and there is some pattern to the commands. So I would ideally like to generate the list of commands (using regex search & substitute), and then run them, instead of having to type in each command.
Thanks! Gaurav
© Stack Overflow or respective owner