
vi
ACodeDog
小码农一只
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
比较好用的vim颜色
" Vim color file " " Author: Tomas Restrepo <tomas@winterdom.com> " https://github.com/tomasr/molokai " " Note: Based on the Monokai theme for TextMate " by Wimer Hazenberg and its darker varia...原创 2020-04-15 00:03:39 · 724 阅读 · 0 评论 -
简单版vimrc
"""""新文件标题"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" "新建.c,.h,.sh,.java文件,自动插入文件头 autocmd BufNewFile *.cpp,*.[ch],*.sh,*.java exec ":call SetTitl...原创 2020-03-06 22:16:36 · 272 阅读 · 0 评论 -
vi基础命令
二零一八年三月七日vi称作编译器之神,从大学开始用vim编译器,到现在的vi,感谢自己这么多年的坚持和公司良好的学习氛围。tips:1. 冒号后面跟命令2. /后面跟find内容。...原创 2018-03-07 19:56:37 · 162 阅读 · 0 评论