当前位置:网站首页>vim映射大K
vim映射大K
2022-07-07 01:15:00 【fqbqrr】
fun! Ysdk()
"映射大K"
:norm "+yiw
"
let i=@+
if len(i)<1
return
endif
let c=i[0]
"要用是中文"
if (!Szw(c))
norm!K
"执行原K"
return
endif
call Xsdy(i)
endf
先取当前光标
下面单词,再判断首字符,如为中文
,取中文
定义.否则,用原来的K
.
边栏推荐
- cf:C. Column Swapping【排序 + 模拟】
- Flask1.1.4 werkzeug1.0.1 source code analysis: start the process
- Go语学习笔记 - gorm使用 - 原生sql、命名参数、Rows、ToSQL | Web框架Gin(九)
- Flask 1.1.4 werkzeug1.0.1 analyse du code source: processus de démarrage
- 话说SQLyog欺骗了我!
- Ctfshow-- common posture
- ML's shap: Based on the adult census income binary prediction data set (whether the predicted annual income exceeds 50K), use the shap decision diagram combined with the lightgbm model to realize the
- MFC BMP sets the resolution of bitmap, DPI is 600 points, and gdiplus generates labels
- 盘点国内有哪些EDA公司?
- 3531. 哈夫曼树
猜你喜欢
EMMC print cqhci: timeout for tag 10 prompt analysis and solution
Check point: the core element for enterprises to deploy zero trust network (ztna)
从“跑分神器”到数据平台,鲁大师开启演进之路
Jcmd of JVM command: multifunctional command line
如果不知道这4种缓存模式,敢说懂缓存吗?
SAP Spartacus checkout 流程的扩展(extend)实现介绍
搞懂fastjson 对泛型的反序列化原理
数字IC面试总结(大厂面试经验分享)
[FPGA tutorial case 14] design and implementation of FIR filter based on vivado core
CTFshow--常用姿势
随机推荐
当我们谈论不可变基础设施时,我们在谈论什么
你不知道的互联网公司招聘黑话大全
On the difference between FPGA and ASIC
Classic questions about data storage
Nvisual network visualization
JVM命令之 jstack:打印JVM中线程快照
深度聚类:将深度表示学习和聚类联合优化
cf:C. Column Swapping【排序 + 模擬】
Jcmd of JVM command: multifunctional command line
ML之shap:基于adult人口普查收入二分类预测数据集(预测年收入是否超过50k)利用shap决策图结合LightGBM模型实现异常值检测案例之详细攻略
C note 13
Senior programmers must know and master. This article explains in detail the principle of MySQL master-slave synchronization, and recommends collecting
原生小程序 之 input切換 text與password類型
Career experience feedback to novice programmers
Flask1.1.4 Werkzeug1.0.1 源码分析:启动流程
搞懂fastjson 对泛型的反序列化原理
New Year Fireworks code plus copy, are you sure you don't want to have a look
Type de texte de commutation d'entrée et de mot de passe de l'applet natif
JVM命令之- jmap:导出内存映像文件&内存使用情况
驱动开发中platform设备驱动架构详解