diff --git a/pages/common/less.md b/pages/common/less.md index 322538c4ff..c4d7f2de2b 100644 --- a/pages/common/less.md +++ b/pages/common/less.md @@ -6,21 +6,21 @@ `less {{source_file}}` -- Page up / down: +- Page down / up: -` (next), b (previous)` +` (down), b (up)` -- Go to start / end of file: +- Go to end / start of file: -`g (start), G (end)` +`G (end), g (start)` -- Forward search for a string: +- Forward search for a string (press `n`/`N` to go to next/previous match): -`/{{something}} then n (next), N (previous)` +`/{{something}}` -- Backward search for a string: +- Backward search for a string (press `n`/`N` to go to next/previous match): -`?{{something}} then n (next), N (previous)` +`?{{something}}` - Enable output of ANSI colors: diff --git a/pages/common/more.md b/pages/common/more.md index 81da1074c4..1ea8a9a677 100644 --- a/pages/common/more.md +++ b/pages/common/more.md @@ -10,9 +10,9 @@ `` -- Search for a string: +- Search for a string (press `n` to go to the next match): -`/{{something}} then n (next)` +`/{{something}}` - Exit: