commit 9ad699383ea7fe9879fe27870fa2e18ced53f067 from: mischa date: Sun Apr 07 10:45:27 2019 UTC added !G commands, suggested by @jpmens@mastodon.social commit - ab86851fe1df61bac81bc8b3c5936014f118fa84 commit + 9ad699383ea7fe9879fe27870fa2e18ced53f067 blob - a85efb9dae4ca57515a5cdada681ca246921a4aa blob + 21b8a0aa3feb98e634bbef4b203d8231ee890ed8 --- index.md +++ index.md @@ -60,6 +60,12 @@ Helpful documents:
!}sort +#### Sort from current line to EOF + + !Gsort + +G won't be shown in the command. + #### Uniq all lines :%!uniq @@ -68,6 +74,12 @@ Helpful documents:
!}uniq +#### Uniq from current line to EOF + + !Guniq + +G won't be shown in the command. + #### Join all lines :%j