From ac5f80ba6ac82ff4fbcf2dec1e3b89c7c5e23d7a Mon Sep 17 00:00:00 2001 From: Kyle <76597257+Gitleptune@users.noreply.github.com> Date: Mon, 25 Apr 2022 11:06:42 +0300 Subject: [PATCH] add: easier to understand information Co-authored-by: kang <1115610574@qq.com> --- tools/vim.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/vim.txt b/tools/vim.txt index 5d1baa7..baa7f64 100644 --- a/tools/vim.txt +++ b/tools/vim.txt @@ -108,7 +108,7 @@ 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 -C change to the end of line +C change to the end of line (same as c$) ct' change until the ' character (can change ' for any character) ci" change everything in the next " on the line s delete character at cursor and substitute text