配置vim编译器:
命令:vim /etc/vimrc
在最后输入:
set ts=4
set nu
set autoindent
set cindent
set shiftwidth=4
set title
set titlelen=90
本文介绍如何通过修改Vim配置文件来优化编辑体验。主要内容包括设置制表符宽度、显示行号、自动缩进等功能。
配置vim编译器:
命令:vim /etc/vimrc
在最后输入:
set ts=4
set nu
set autoindent
set cindent
set shiftwidth=4
set title
set titlelen=90
2115
2890

被折叠的 条评论
为什么被折叠?