change all text to lowercase, suggested by @devnull@bsd.network

This commit is contained in:
mischa 2019-04-15 15:20:39 +02:00
parent 932f1a91ac
commit 8f839d09b1
1 changed files with 4 additions and 0 deletions

View File

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