Commit Diff


commit - ab86851fe1df61bac81bc8b3c5936014f118fa84
commit + 9ad699383ea7fe9879fe27870fa2e18ced53f067
blob - a85efb9dae4ca57515a5cdada681ca246921a4aa
blob + 21b8a0aa3feb98e634bbef4b203d8231ee890ed8
--- index.md
+++ index.md
@@ -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