commit bf5cacf5b8ab9da6b55fa4a4f947101ad19ad43a from: mischa date: Fri Apr 19 16:57:09 2019 UTC invert all lines, suggested by @nrn@bsd.networks commit - f70eb857f041a2304c486cf9f26a5af2201ed3f3 commit + bf5cacf5b8ab9da6b55fa4a4f947101ad19ad43a blob - 376f33dc9b9f89e409e8591b8c22a013c8ae1061 blob + 79f8948a27ca093d7b4dd060a20338b0b37aa638 --- index.md +++ index.md @@ -128,6 +128,10 @@ Helpful documents: :g/

/+,/<\/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/