Lines Matching refs:script
15 |26.4| Using Vim from a shell script
137 *26.4* Using Vim from a shell script
141 do a lot of typing. The other is to write a shell script to do the work.
155 batch mode, use this shell script: >
183 argument to read a script: >
190 If you really want to use Normal mode commands in a script, you can use it
193 vim -s script file.txt ...
197 means to source the "script" as Normal mode commands. When used with
201 The commands in "script" are executed like you typed them. Don't forget that
204 To create the script you can edit the script file and type the commands.
209 vim -w script file.txt ...
211 All typed keys will be written to "script". If you make a small mistake you
212 can just continue and remember to edit the script later.
213 The "-w" argument appends to an existing script. That is good when you
214 want to record the script bit by bit. If you want to start from scratch and