From 9aff63b0c6d315ee4b3b8bcfab9fb463c0d1b854 Mon Sep 17 00:00:00 2001 From: Kyle <76597257+Gitleptune@users.noreply.github.com> Date: Mon, 25 Apr 2022 11:07:06 +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 5b3a05b..27099c7 100644 --- a/tools/vim.txt +++ b/tools/vim.txt @@ -168,8 +168,8 @@ y$ yank to end of line yiw yank whole word regardless of where you are in it yip yank in paragaph (between new lines) yap yank around paragaph and the paragraph itself -yi( yank in pair of (, works with { [ " ' too -ya( yank in and around pair of (, works with { [ " ' too +yi( yank in pair of (, works with { [ " ' ` < too +ya( yank in and around pair of (, works with { [ " ' ` < too p put (paste) the clipboard after cursor/current line P put (paste) before cursor/current line :set paste avoid unexpected effects in pasting