摘要: 今天新闻 site:csdn.net今天新闻 site:cnblogs.com 百度支持site: ( cnblogs.com) | (csdn.net) 阅读全文
posted @ 2017-04-01 15:30 jiftle 阅读(189) 评论(0) 推荐(0) 编辑
摘要: # vim常用技巧 忠告, 如果有插件的需求,使用neovim替换vim ## 常用命令 ### 格式转换 - 查看文件格式 `:set ff` (支持两种格式 unix, dos) - 文件格式转为linux `:set ff=unix` ### 常用 - 删除空行 `:g/^$/d` 删除空行 阅读全文
posted @ 2017-04-01 12:54 jiftle 阅读(842) 评论(5) 推荐(0) 编辑