摘要:
#define CODE1 using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Runtime.CompilerServices; usin 阅读全文
摘要:
noremap 非递归模式(递归模式指,如果先map a b再map b c,则相当于map a c) nmap 普通模式 vmap 可视模式 imap 插入模式 cmap 命令行模式 omap 操作模式(输入组合操作的第一个操作时进入操作模式,如普通模式下输入d,会等待用户的下一个操作,此时是操作 阅读全文