随笔分类 -  vim

摘要:set ts=4 et set noexpandtab colorscheme desert " 搜索忽略大小写 set ignorecase smartcase " 开启实时搜索功能 set incsearch " 高亮显示搜索结果 set hlsearch "关闭vi兼容模式 set nocom 阅读全文
posted @ 2020-11-02 19:17 baishengguan 阅读(100) 评论(0) 推荐(0)
摘要:vim打开多文件、多文件切换 vim file1 file2 | e file | bn | bp | ctrl+6 https://www.cnblogs.com/x00479/archive/2019/07/26/11251568.html http://achillessatan.github 阅读全文
posted @ 2020-02-02 19:12 baishengguan 阅读(78) 评论(0) 推荐(0)