From 9ad699383ea7fe9879fe27870fa2e18ced53f067 Mon Sep 17 00:00:00 2001 From: mischa Date: Sun, 7 Apr 2019 12:45:27 +0200 Subject: [PATCH] added !G commands, suggested by @jpmens@mastodon.social --- index.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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