Commit Diff
--- index.md +++ index.md @@ -123,6 +123,10 @@ Helpful documents: :%s/\(.*\), \(.*\)/\2 \1/ +#### Change all text to lowercase + + :%s/.*/\L&/ + #### Join all lines :%j
--- index.md +++ index.md @@ -123,6 +123,10 @@ Helpful documents: :%s/\(.*\), \(.*\)/\2 \1/ +#### Change all text to lowercase + + :%s/.*/\L&/ + #### Join all lines :%j