From 95758e35c771319b7e4da85170092f4d4165d9ea Mon Sep 17 00:00:00 2001 From: tianci li <86754294+jimcat8@users.noreply.github.com> Date: Wed, 6 Jul 2022 10:31:10 +0800 Subject: [PATCH 1/4] A short supplementary explanation --- docs/books/admin_guide/05-vi.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/books/admin_guide/05-vi.md b/docs/books/admin_guide/05-vi.md index 226eb4ea6d..609d1e797c 100644 --- a/docs/books/admin_guide/05-vi.md +++ b/docs/books/admin_guide/05-vi.md @@ -81,6 +81,7 @@ To exit VI, from the Commands mode, tap : then type: * `q` to exit without saving (_quit_); * `w` to save your work (_write_); * `wq` (_write quit_) or `x` (_eXit_) to save and exit. +* In the state of the English language, Click the Z key of uppercase status twice in a row to save and exit. To force the exit without confirmation, you must add *!* to the previous commands. From 853ef9ca8283d240c9d419fc52f87df365f0f2cb Mon Sep 17 00:00:00 2001 From: tianci li <86754294+jimcat8@users.noreply.github.com> Date: Wed, 6 Jul 2022 10:42:17 +0800 Subject: [PATCH 2/4] Update 05-vi.md --- docs/books/admin_guide/05-vi.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/books/admin_guide/05-vi.md b/docs/books/admin_guide/05-vi.md index 609d1e797c..7cbefb3abb 100644 --- a/docs/books/admin_guide/05-vi.md +++ b/docs/books/admin_guide/05-vi.md @@ -81,7 +81,8 @@ To exit VI, from the Commands mode, tap : then type: * `q` to exit without saving (_quit_); * `w` to save your work (_write_); * `wq` (_write quit_) or `x` (_eXit_) to save and exit. -* In the state of the English language, Click the Z key of uppercase status twice in a row to save and exit. + +In command mode, Click the Z key of uppercase status twice in a row to save and exit. To force the exit without confirmation, you must add *!* to the previous commands. From 5a26817c4b4f057b40b39f5a3e16d70d23d11752 Mon Sep 17 00:00:00 2001 From: tianci li <86754294+jimcat8@users.noreply.github.com> Date: Wed, 6 Jul 2022 10:55:08 +0800 Subject: [PATCH 3/4] Correct text content --- docs/books/admin_guide/05-vi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/books/admin_guide/05-vi.md b/docs/books/admin_guide/05-vi.md index 7cbefb3abb..4eb7b34542 100644 --- a/docs/books/admin_guide/05-vi.md +++ b/docs/books/admin_guide/05-vi.md @@ -106,7 +106,7 @@ The third mode, *ex*, is a footer command mode from an old text editor. This is the default mode when VI starts up. To access it from any of the other modes, simply press the ESC key. -All entries are interpreted as commands and the corresponding actions are executed. These are essentially commands for editing text (copy, paste, undo, ...). +At this time, all keyboard typing is interpreted as commands and the corresponding operations are performed. These are essentially commands for editing text (copy, paste, undo, ...). The commands are not displayed on the screen. From 82e44f883c584e2e735ee89f6da3f4c862da971b Mon Sep 17 00:00:00 2001 From: tianci li <86754294+jimcat8@users.noreply.github.com> Date: Wed, 6 Jul 2022 11:00:57 +0800 Subject: [PATCH 4/4] Update 05-vi.md --- docs/books/admin_guide/05-vi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/books/admin_guide/05-vi.md b/docs/books/admin_guide/05-vi.md index 4eb7b34542..b92fabfb86 100644 --- a/docs/books/admin_guide/05-vi.md +++ b/docs/books/admin_guide/05-vi.md @@ -106,7 +106,7 @@ The third mode, *ex*, is a footer command mode from an old text editor. This is the default mode when VI starts up. To access it from any of the other modes, simply press the ESC key. -At this time, all keyboard typing is interpreted as commands and the corresponding operations are performed. These are essentially commands for editing text (copy, paste, undo, ...). +At this time, all keyboard typing is interpreted as commands and the corresponding actions are executed. These are essentially commands for editing text (copy, paste, undo, ...). The commands are not displayed on the screen.