Commit Diff
--- index.md +++ index.md @@ -128,6 +128,10 @@ Helpful documents: :g/<p>/+,/<\/p>/-!fmt -40 +#### Invert the order of all lines, move (m) all lines to 0 + + :g/1*/m0 + #### Swap "Lastname, Firstname" to "Firstname, Lastname" :%s/\(.*\), \(.*\)/\2 \1/