当前位置:网站首页>VIM mapping large K
VIM mapping large K
2022-07-07 06:21:00 【fqbqrr】
fun! Ysdk()
" Large mapping K"
:norm "+yiw
"
let i=@+
if len(i)<1
return
endif
let c=i[0]
" Use Chinese "
if (!Szw(c))
norm!K
" Execute original K"
return
endif
call Xsdy(i)
endf
First Current cursor
The following words , Then judge the first character , If chinese
, take chinese
Definition . otherwise , Use the original K
.
边栏推荐
- Niuke Xiaobai monthly race 52 E. sum logarithms in groups (two points & inclusion and exclusion)
- k8s运行oracle
- 开发者别错过!飞桨黑客马拉松第三期链桨赛道报名开启
- How to keep accounts of expenses in life
- [Shell]常用shell命令及测试判断语句总结
- Value range of various datetimes in SQL Server 2008
- Ctfshow-- common posture
- C语言面试 写一个函数查找两个字符串中的第一个公共字符串
- jvm命令之 jcmd:多功能命令行
- vim映射大K
猜你喜欢
FlexRay通信协议概述
The solution of a simple algebraic problem
Markdown displays pictures side by side
3428. 放苹果
Jstat pour la commande JVM: voir les statistiques JVM
博士申请 | 上海交通大学自然科学研究院洪亮教授招收深度学习方向博士生
postgresql 数据库 timescaledb 函数time_bucket_gapfill()报错解决及更换 license
JVM命令之 jstat:查看JVM統計信息
Open the blue screen after VMware installation
Audio distortion analysis of DSP and DAC based on adau1452
随机推荐
Audio distortion analysis of DSP and DAC based on adau1452
Introduction to yarn (one article is enough)
进程间通信之共享内存
Software testing knowledge reserve: how much do you know about the basic knowledge of "login security"?
jvm命令之 jcmd:多功能命令行
DC-7靶机
New Year Fireworks code plus copy, are you sure you don't want to have a look
2022Android面试必备知识点,一文全面总结
Symmetric binary tree [tree traversal]
Laravel uses Tencent cloud cos5 full tutorial
Deep clustering: joint optimization of depth representation learning and clustering
Go language learning notes - Gorm use - Gorm processing errors | web framework gin (10)
Oracle迁移中关于大容量表使用数据泵(expdp、impdp)导出导入容易出现的问题和注意事项
C面试24. (指针)定义一个含有20个元素的double型数组a
c面试 加密程序:由键盘输入明文,通过加密程序转换成密文并输出到屏幕上。
matlab / ENVI 主成分分析实现及结果分析
Redis(一)——初识Redis
FlexRay通信协议概述
Developers don't miss it! Oar hacker marathon phase III chain oar track registration opens
「解析」FocalLoss 解决数据不平衡问题