当前位置:网站首页>VIM mapping command
VIM mapping command
2022-07-04 04:11:00 【fqbqrr】
fun! Ysml()
nmap <buffer> <silent> di :call DK1()<CR>
nnoremap <buffer> <silent> <cr> :call DK2()<CR>
" Only on ml file , Only for buffer ."
endf
here , I've been thinking cr
Affected Command line window
Of mapping
, What to do with . Later I saw <buffer>
了 , add , Just fine , No longer
Affect command line mapping .
边栏推荐
- Tcpclientdemo for TCP protocol interaction
- 【读书会第十三期】多媒体处理工具 FFmpeg 工具集
- 选择排序与冒泡排序模板
- Idea configuration 360zip open by default -- external tools
- Objective-C string class, array class
- [csrf-01] basic principle and attack and defense of Cross Site Request Forgery vulnerability
- Katalon框架测试web(二十一)获取元素属性断言
- Introduction to asynchronous task capability of function calculation - task trigger de duplication
- Cesiumjs 2022^ source code interpretation [0] - article directory and source code engineering structure
- Penetration practice - sqlserver empowerment
猜你喜欢
函数计算异步任务能力介绍 - 任务触发去重
The maximum expiration time of client secret in azure ad application registration is modified to 2 years
logistic regression
pytest多进程/多线程执行测试用例
基于PHP的轻量企业销售管理系统
毕业设计:设计秒杀电商系统
干货!基于GAN的稀有样本生成
ctf-pikachu-CSRF
[csrf-01] basic principle and attack and defense of Cross Site Request Forgery vulnerability
LNK2038 检测到“RuntimeLibrary”的不匹配项: 值“MD_DynamicRelease”不匹配值“MDd_DynamicDebug”(main.obj 中)
随机推荐
Deep thinking on investment
Class summation, shortest row
思考的小记录
Msgraphmailbag - search only driveitems of file types
Flink学习6:编程模型
Activiti7 task service - process variables (setvariable and setvariablelocal)
还原窗口位置的微妙之处
Database SQL statement summary, continuous update
JVM family -- heap analysis
Introduction to asynchronous task capability of function calculation - task trigger de duplication
JDBC advanced
laravel admin里百度编辑器自定义路径和文件名
LNK2038 检测到“RuntimeLibrary”的不匹配项: 值“MD_DynamicRelease”不匹配值“MDd_DynamicDebug”(main.obj 中)
[paddleseg source code reading] paddleseg custom data class
Why is the probability of pod increasing after IPtable
毕业设计:设计秒杀电商系统
函数计算异步任务能力介绍 - 任务触发去重
Epidemic strikes -- Thinking about telecommuting | community essay solicitation
Objective-C string class, array class
LevelDB源码解读-SkipList