摘要: <!doctype html> <html> <head> <meta charset="utf-8"> <title>无标题文档</title> </head> <body> </body> </html> 阅读全文
posted @ 2017-02-11 21:15 bingxingc 阅读(11157) 评论(0) 推荐(0) 编辑
摘要: 在.vimrc中添加以下代码后,重启vim即可实现按TAB产生4个空格:set ts=4 (注:ts是tabstop的缩写,设TAB宽4个空格)set expandtab TAB替换为空格::set ts=4:set expandtab:%retab! 空格替换为TAB::set ts=4:set 阅读全文
posted @ 2017-02-11 21:12 bingxingc 阅读(711) 评论(0) 推荐(0) 编辑