add: more object information

Co-authored-by: kang <1115610574@qq.com>
This commit is contained in:
Kyle
2022-04-25 11:06:23 +03:00
committed by GitHub
parent a75468bc99
commit c78705668f

View File

@@ -106,8 +106,8 @@ cw change to the end of word
ciw change whole word regardless of where you are in it
cip change in paragaph (between new lines)
cap change around paragaph and the paragraph itself
ci( change in pair of (, works with { [ " ' too
ca( change in and around pair of (, works with { [ " ' too
ci( change in pair of (, works with { [ " ' ` < too
ca( change in and around pair of (, works with { [ " ' ` < too
C change to the end of line
ct' change until the ' character (can change ' for any character)
ci" change everything in the next " on the line