1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-28 23:24:55 +02:00

Merge pull request #817 from kkk777kkk/patch-1

Added backward search example for less command
This commit is contained in:
Igor Shubovych 2016-03-04 23:01:22 +02:00
commit 5d5dea076a

View file

@ -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`