Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
【求助】关于vim配置文件的一点问题
deepin Talks
401
views ·
0
replies ·
To
floor
Go
huizq
deepin
2018-11-23 23:36
Author
大家好: 我在.vimrc下配置了一个crtl+k的快捷键,其内容是:map ^K ifun main (args: Array):Unit{o}O:r!dateki//Email:hzqdfs@google.comO//Author:hzqdO
这个快捷键的实际使用效果为:
fun main (args: Array):Unit{
//Author:hzqd
//Email:hzqdfs@google.com
2018年 11月 23日 星期五 15:25:26 CST
}
我想让这个快捷键把倒数第二行(就是系统时间的行)注释掉,应该怎么做呢?大家有没有什么好的方法?
另外,有没有写的比较好的vim教程可供参考呢?
Reply
Like 0
Favorite
View the author
All Replies
No replies yet
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
Update driver for my computer
Copying folder - Not enough disk space?
Popular Events
More
这个快捷键的实际使用效果为:
fun main (args: Array):Unit{
//Author:hzqd
//Email:hzqdfs@google.com
2018年 11月 23日 星期五 15:25:26 CST
}
我想让这个快捷键把倒数第二行(就是系统时间的行)注释掉,应该怎么做呢?大家有没有什么好的方法?
另外,有没有写的比较好的vim教程可供参考呢?