From c78705668fb0ccd7d19e5ffaa580da1f663ddfbd Mon Sep 17 00:00:00 2001 From: Kyle <76597257+Gitleptune@users.noreply.github.com> Date: Mon, 25 Apr 2022 11:06:23 +0300 Subject: [PATCH] add: more object information Co-authored-by: kang <1115610574@qq.com> --- tools/vim.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/vim.txt b/tools/vim.txt index 54098f7..5d1baa7 100644 --- a/tools/vim.txt +++ b/tools/vim.txt @@ -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