mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-01 03:17:57 +01:00
Added backward search example for less command
This commit is contained in:
parent
afb66ea0ad
commit
dc9773114c
1 changed files with 5 additions and 1 deletions
|
@ -16,10 +16,14 @@
|
|||
|
||||
`g (start), G (end)`
|
||||
|
||||
- Search for a string:
|
||||
- Forward search for a string:
|
||||
|
||||
`/{{something}} then n (next), N (previous)`
|
||||
|
||||
- Backward search for a string:
|
||||
|
||||
`?{{something}} then n (next), N (previous)`
|
||||
|
||||
- Exit:
|
||||
|
||||
`q`
|
||||
|
|
Loading…
Reference in a new issue