From 1eb679380dac0c930b4ae0c1397b04081c2c9695 Mon Sep 17 00:00:00 2001 From: tianci Date: Mon, 15 Jan 2024 00:15:13 +0800 Subject: [PATCH] It should be g, not gg. --- docs/books/admin_guide/03-commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/books/admin_guide/03-commands.md b/docs/books/admin_guide/03-commands.md index 5189e56842..eb1b5d59bf 100644 --- a/docs/books/admin_guide/03-commands.md +++ b/docs/books/admin_guide/03-commands.md @@ -869,7 +869,7 @@ The commands specific to `less` are: | Enter | Move down one line. | | Space | Move down one page. | | PgUp and PgDn | Move up or down one page. | -| gg and G | Move to the first and last pages | +| g and G | Move to the first and last pages | | `/text` | Search for text. | | q | Quit the `less` command. |