You are on page 1of 1

:%!

grep [word]
:%! awk '{print $1, $etc ...}'
:%s:[search]:[replace]:g-----> (:g is global)
:%s: :(ctrl+v then press enter):g ---->This will replace space with next line
(ctrl+V tooks keyboard input)

You might also like