added !G commands, suggested by @jpmens@mastodon.social
This commit is contained in:
parent
ab86851fe1
commit
9ad699383e
12
index.md
12
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
|
||||
|
Loading…
Reference in New Issue
Block a user