更新 src/learn_linux_basic/shell_and_shell_script/vim_editor.md

This commit is contained in:
cxykevin 2024-08-27 20:07:51 +08:00
parent 5e2687870c
commit 442bb364b5
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ Vim 有一个最基本的东西“模式”,在不同模式下,快捷键的
下面是一些常用配置:
```vim
```text
:set number "启用行号
:set autoindent "自动缩进
:set autoread "如果文件有更改自动更新文件