فهرست منبع

Added backward search example for less command

Kostyantyn Moroz 9 سال پیش
والد
کامیت
dc9773114c
1فایلهای تغییر یافته به همراه5 افزوده شده و 1 حذف شده
  1. 5 1
      pages/common/less.md

+ 5 - 1
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`