当前位置:网站首页>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.
边栏推荐
- JVM monitoring and diagnostic tools - command line
- Apple CMS V10 template /mxone Pro adaptive film and television website template
- 当我们谈论不可变基础设施时,我们在谈论什么
- 为不同类型设备构建应用的三大更新 | 2022 I/O 重点回顾
- C面试24. (指针)定义一个含有20个元素的double型数组a
- C language sorting (to be updated)
- 360织语发布7.0新品 为党政军、央国企打造专属“统一数字工作空间”
- window下面如何安装swoole
- 蚂蚁庄园安全头盔 7.8蚂蚁庄园答案
- [SOC FPGA] custom IP PWM breathing lamp
猜你喜欢

10W word segmentation searches per second, the product manager raised another demand!!! (Collection)

软件测试知识储备:关于「登录安全」的基础知识,你了解多少?

高并发大流量秒杀方案思路

JVM命令之 jstat:查看JVM統計信息

"Parse" focalloss to solve the problem of data imbalance

jvm命令之 jcmd:多功能命令行

Go language learning notes - Gorm use - Gorm processing errors | web framework gin (10)

3531. 哈夫曼树

「解析」FocalLoss 解决数据不平衡问题

生活中的开销,怎么记账合适
随机推荐
博士申请 | 上海交通大学自然科学研究院洪亮教授招收深度学习方向博士生
Knight defeats demon king (Backpack & DP)
JVM监控及诊断工具-命令行篇
VMware安装后打开就蓝屏
Jcmd of JVM command: multifunctional command line
如何在Touch Designer 2022版中设置解决Leap Motion不识别的问题?
Subghz, lorawan, Nb IOT, Internet of things
Career experience feedback to novice programmers
Array proof during st table preprocessing
2022Android面试必备知识点,一文全面总结
Laravel uses Tencent cloud cos5 full tutorial
"Parse" focalloss to solve the problem of data imbalance
Dc-7 target
[FPGA tutorial case 14] design and implementation of FIR filter based on vivado core
Symmetric binary tree [tree traversal]
win系统下安装redis以及windows扩展方法
JVM命令之 jstat:查看JVM统计信息
Talking about reading excel with POI
How to keep accounts of expenses in life
ETCD数据库源码分析——从raftNode的start函数说起