Vim

2024/03/20

Vim 简单配置

sudo vim ~/.vimrc

set number   " 显示行号
set mouse=a  " 启用鼠标
set ruler    " 显示标尺(显示当前光标位置的行号、列号)
set cursorline  " 高亮显示当前行