Merge pull request #139 from CyrusYip/patch-5

`S` is synonym for `cc`
pull/141/head
Igor Irianto 2 years ago committed by GitHub
commit a69927c4c6
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