mirror of
https://github.com/namibia/awesome-cheatsheets.git
synced 2024-11-21 12:25:14 +00:00
Merge pull request #16 from vimeitor/patch-1
Use C instead of c$ to change to end of the line
This commit is contained in:
commit
16acbfdfa4
@ -86,7 +86,7 @@ R enter Insert mode, replacing characters rather than insertin
|
||||
J join line below to the current one
|
||||
cc change (replace) an entire line
|
||||
cw change (replace) to the end of word
|
||||
c$ change (replace) to the end of line
|
||||
C change (replace) to the end of line
|
||||
s delete character at cursor and substitute text
|
||||
S delete line at cursor and substitute text (same as cc)
|
||||
xp transpose two letters (delete and paste, technically)
|
||||
|
Loading…
Reference in New Issue
Block a user