`S` is synonym for `cc`

pull/139/head
Cyrus Yip 2 years ago committed by GitHub
parent dfcf15e565
commit c36f316ad4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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)
```

Loading…
Cancel
Save