Skip to content

Commit

Permalink
S is synonym for cc
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrusYip authored Jan 21, 2022
1 parent dfcf15e commit c36f316
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 c36f316

Please sign in to comment.