当前位置:网站首页>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
.
边栏推荐
- PTA 天梯赛练习题集 L2-002 链表去重
- Rk3399 platform development series explanation (WiFi) 5.52. Introduction to WiFi framework composition
- Randomly generate session_ id
- New Year Fireworks code plus copy, are you sure you don't want to have a look
- Subghz, lorawan, Nb IOT, Internet of things
- [daily training -- Tencent selected 50] 235 Nearest common ancestor of binary search tree
- If you don't know these four caching modes, dare you say you understand caching?
- MySQL performance_ Schema common performance diagnosis query
- Flask1.1.4 werkzeug1.0.1 source code analysis: start the process
- PowerPivot——DAX(函数)
猜你喜欢
[daily training -- Tencent selected 50] 235 Nearest common ancestor of binary search tree
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
JVM命令之 jstat:查看JVM統計信息
PowerPivot - DAX (function)
一个简单的代数问题的求解
Go language learning notes - Gorm use - native SQL, named parameters, rows, tosql | web framework gin (IX)
10W word segmentation searches per second, the product manager raised another demand!!! (Collection)
Forkjoin is the most comprehensive and detailed explanation (from principle design to use diagram)
Introduction to yarn (one article is enough)
mac版php装xdebug环境(m1版)
随机推荐
JVM监控及诊断工具-命令行篇
可极大提升编程思想与能力的书有哪些?
360织语发布7.0新品 为党政军、央国企打造专属“统一数字工作空间”
解决pod install报错:ffi is an incompatible architecture
Randomly generate session_ id
如果不知道这4种缓存模式,敢说懂缓存吗?
Subghz, lorawan, Nb IOT, Internet of things
MFC BMP sets the resolution of bitmap, DPI is 600 points, and gdiplus generates labels
Introduction to yarn (one article is enough)
Rk3399 platform development series explanation (WiFi) 5.52. Introduction to WiFi framework composition
cf:C. Column Swapping【排序 + 模擬】
Vscode for code completion
Input of native applet switches between text and password types
目标检测中的BBox 回归损失函数-L2,smooth L1,IoU,GIoU,DIoU,CIoU,Focal-EIoU,Alpha-IoU,SIoU
Flask1.1.4 Werkzeug1.0.1 源码分析:启动流程
深度聚类:将深度表示学习和聚类联合优化
Jstat of JVM command: View JVM statistics
3428. 放苹果
当我们谈论不可变基础设施时,我们在谈论什么
老板总问我进展,是不信任我吗?(你觉得呢)