From 52a1cec5fdd9bc28778d9bdc55a47bfe32a15339 Mon Sep 17 00:00:00 2001 From: skywind3000 Date: Sun, 11 Mar 2018 15:23:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20SecureCRT/PenguiNet=20?= =?UTF-8?q?=E4=B8=8B=E9=9D=A2=20Vim=208.0=20=E7=BB=88=E7=AB=AF=E5=A5=87?= =?UTF-8?q?=E6=80=AA=E5=AD=97=E7=AC=A6=E9=97=AE=E9=A2=98=E8=A7=A3=E5=86=B3?= =?UTF-8?q?=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- editors/vim.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/editors/vim.txt b/editors/vim.txt index 7bb06e7..10f8147 100644 --- a/editors/vim.txt +++ b/editors/vim.txt @@ -1,6 +1,6 @@ ############################################################################## # VIM CHEATSHEET (中文速查表) - by skywind (created on 2017/10/12) -# Version: 25, Last Modified: 2018/03/09 15:50 +# Version: 26, Last Modified: 2018/03/09 15:50 # https://github.com/skywind3000/awesome-cheatsheets ############################################################################## @@ -539,6 +539,8 @@ CTRL-PgDown 下个标签页,GVim OK,部分终端软件需设置对 :g/gladiolli/# 搜索单词打印结果,并在结果前加上行号 :g/ab.*cd.*efg/# 搜索包含 ab,cd 和 efg 的行,打印结果以及行号 :v/./,/./-j 压缩空行 +:set guicursor= 解决 SecureCRT/PenguiNet 中 NeoVim 局部奇怪字符问题 +:set t_RS= t_SH= 解决 SecureCRT/PenguiNet 中 Vim8.0 终端功能奇怪字符 /fred\|joe 搜索 fred 或者 joe /\<\d\d\d\d\> 精确搜索四个数字 /^\n\{3} 搜索连续三个空行