Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/books/admin_guide/05-vi.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ To exit VI, from the Commands mode, tap <kbd>:</kbd> then type:
* `w` to save your work (_write_);
* `wq` (_write quit_) or `x` (_eXit_) to save and exit.

In command mode, Click the <kbd>Z</kbd> 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.

!!! Warning
Expand All @@ -104,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 <kbd>ESC</kbd> 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 actions are executed. These are essentially commands for editing text (copy, paste, undo, ...).

The commands are not displayed on the screen.

Expand Down