Skip to content

Commit

Permalink
Merge pull request tldr-pages#817 from kkk777kkk/patch-1
Browse files Browse the repository at this point in the history
Added backward search example for less command
  • Loading branch information
igorshubovych committed Mar 4, 2016
2 parents b7407e2 + dc97731 commit 5d5dea0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pages/common/less.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

0 comments on commit 5d5dea0

Please sign in to comment.