added !G commands, suggested by @jpmens@mastodon.social

This commit is contained in:
mischa 2019-04-07 12:45:27 +02:00
parent ab86851fe1
commit 9ad699383e

View File

@ -60,6 +60,12 @@ Helpful documents:<br />
!}sort
#### Sort from current line to EOF
!Gsort
<sub><sup>G won't be shown in the command.</sup></sub>
#### Uniq all lines
:%!uniq
@ -68,6 +74,12 @@ Helpful documents:<br />
!}uniq
#### Uniq from current line to EOF
!Guniq
<sub><sup>G won't be shown in the command.</sup></sub>
#### Join all lines
:%j