From 442bb364b504d3c483385e31290403d933ce8d8e Mon Sep 17 00:00:00 2001 From: cxykevin Date: Tue, 27 Aug 2024 20:07:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20src/learn=5Flinux=5Fbasic/?= =?UTF-8?q?shell=5Fand=5Fshell=5Fscript/vim=5Feditor.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/shell_and_shell_script/vim_editor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shell_and_shell_script/vim_editor.md b/src/shell_and_shell_script/vim_editor.md index 5b51fca..035162b 100644 --- a/src/shell_and_shell_script/vim_editor.md +++ b/src/shell_and_shell_script/vim_editor.md @@ -169,7 +169,7 @@ Vim 有一个最基本的东西“模式”,在不同模式下,快捷键的 下面是一些常用配置: -```vim +```text :set number "启用行号 :set autoindent "自动缩进 :set autoread "如果文件有更改自动更新文件