From dc9773114ca9f6ecb513ea11aba26f49d17bef49 Mon Sep 17 00:00:00 2001 From: Kostyantyn Moroz Date: Fri, 4 Mar 2016 10:33:57 +0000 Subject: [PATCH] Added backward search example for less command --- pages/common/less.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pages/common/less.md b/pages/common/less.md index 653e7e9b6..99cd0bbbf 100644 --- a/pages/common/less.md +++ b/pages/common/less.md @@ -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`