mirror of
https://github.com/iggredible/Learn-Vim
synced 2024-11-10 05:04:13 +00:00
S
is synonym for cc
This commit is contained in:
parent
dfcf15e565
commit
c36f316ad4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue