diff --git a/index.md b/index.md index 376f33d..79f8948 100644 --- a/index.md +++ b/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/