Merge pull request #139 from CyrusYip/patch-5

`S` is synonym for `cc`
This commit is contained in:
Igor Irianto 2022-01-21 10:48:55 -06:00 committed by GitHub
commit a69927c4c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ A Append text at the end of line
o Starts a new line below the cursor and insert text
O Starts a new line above the cursor and insert text
s Delete the character under the cursor and insert text
S Delete the current line and insert text
S Delete the current line and insert text, synonym for "cc"
gi Insert text in same position where the last insert mode was stopped
gI Insert text at the start of line (column 1)
```