编辑器
星空彡
这个作者很懒,什么都没留下…
展开
-
Vim编辑器基本设置
Vim编辑器基本设置 "设置编码 set fileencodings=utf-8,ucs-bom,gb18030,gbk,gb2312,cp936 set termencoding=utf-8 set encoding=utf-8 "显示行号 set nu "突出显示当前行 set cursorline "突出显示当前列 set cuc "其用鼠标 set mouse=a set selection=exclusive set selectmode=mouse,key "显示括号匹配 set sh原创 2020-12-01 17:38:01 · 341 阅读 · 0 评论 -
Atom-入门快捷键
快捷键转载 2017-05-18 16:00:28 · 277 阅读 · 0 评论