how to run few vim commands in a raw

Posted by temujin.ya.ru on Stack Overflow See other posts from Stack Overflow or by temujin.ya.ru
Published on 2010-06-05T08:13:30Z Indexed on 2010/06/05 8:22 UTC
Read the original article Hit count: 141

Filed under:
|
|

Hello. This is really noob question. There is set of vim commands

: command1 : command2

etc., which I would neet to type in in a raw quite often. How to I make it automatic? It is simple regexp replace command set, however I cannot script those in sed, since it involves non-latin locales and for some reason vim handles non-latin regexps correctly, while sed not.

© Stack Overflow or respective owner

Related posts about bash

Related posts about vim