diff --git a/index.md b/index.md index a85efb9..21b8a0a 100644 --- a/index.md +++ b/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