Skip to content

Commit

Permalink
Merge pull request #139 from CyrusYip/patch-5
Browse files Browse the repository at this point in the history
`S` is synonym for `cc`
  • Loading branch information
iggredible authored Jan 21, 2022
2 parents dfcf15e + c36f316 commit a69927c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch06_insert_mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
```
Expand Down

0 comments on commit a69927c

Please sign in to comment.