S is synonym for cc

This commit is contained in:
Cyrus Yip 2022-01-22 00:02:58 +08:00 committed by GitHub
parent dfcf15e565
commit c36f316ad4
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)
```