From 0df0039c24383b38449c98ebc809ab989fb4de9d Mon Sep 17 00:00:00 2001 From: Kyle <76597257+Gitleptune@users.noreply.github.com> Date: Mon, 25 Apr 2022 11:06:50 +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 baa7f64..5b3a05b 100644 --- a/tools/vim.txt +++ b/tools/vim.txt @@ -153,8 +153,8 @@ dap delte around paragraph and the paragraph itself dt' delete until the next ' character on the line (replace ' by any character) D delete from cursor to end of line :[range]d delete [range] lines -di( delete in pair of (, works with { [ " ' too -da( delete in and around pair of (, works with { [ " ' too +di( delete in pair of (, works with { [ " ' ` < too +da( delete in and around pair of (, works with { [ " ' ` < too ############################################################################## # COPYING AND MOVING TEXT