summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Erhardt <Philipp.Erhardt@informatik.stud.uni-erlangen.de>2016-07-12 12:35:56 +0200
committerPhilipp Erhardt <Philipp.Erhardt@informatik.stud.uni-erlangen.de>2016-07-12 12:35:56 +0200
commit84813fc3d7e5e996505faaafe2ad71a4245bb50e (patch)
treecf038c76bf43f0e4cd4d3893b75003134e014c58
parent88cab6eb9cb3b9ddf27bca64895213e384e7fb86 (diff)
Better explain searching in the manpage
-rw-r--r--doc/katarakt.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/katarakt.txt b/doc/katarakt.txt
index adccd23..d47e9d8 100644
--- a/doc/katarakt.txt
+++ b/doc/katarakt.txt
@@ -93,10 +93,14 @@ KEY BINDINGS
Show the search bar. Hitting *Esc* will hide the results, searching for an
empty string will clear them. If the search term contains an uppercase
letter the search is case sensitive ("smartcase").
+ If you search for the same term twice the next hit starting from the
+ current view is selected.
*?* ::
Show the search bar. This next search will be backwards.
*n*, *N* ::
Focus next/previous search hit.
+ This does not take the current view into account. For finding the next hit
+ around the current view search for the same term again.
*\^n*, *^N* ::
Focus next/previous search hit that is currently not visible.