tig(1): Do not differentiate between git (show|log|diff) options
[tig] / manual.txt
index 674224f..82e848e 100644 (file)
@@ -215,7 +215,7 @@ m   Switch to main view.
 d      Switch to diff view.
 l      Switch to log view.
 p      Switch to pager view.
 d      Switch to diff view.
 l      Switch to log view.
 p      Switch to pager view.
-h, ?   Show man page.
+h      Show man page.
 -----------------------------------------------------------------------------
 
 [[view-manipulation]]
 -----------------------------------------------------------------------------
 
 [[view-manipulation]]
@@ -250,8 +250,8 @@ Key Action
 -----------------------------------------------------------------------------
 j      Move cursor one line up.
 k      Move cursor one line down.
 -----------------------------------------------------------------------------
 j      Move cursor one line up.
 k      Move cursor one line down.
-PgUp b \
-a      Move cursor one page up.
+PgUp,\
+-,a    Move cursor one page up.
 PgDown Space   Move cursor one page down.
 Home   Jump to first line.
 End    Jump to last line.
 PgDown Space   Move cursor one page down.
 Home   Jump to first line.
 End    Jump to last line.
@@ -270,6 +270,19 @@ w  Scroll view one page up.
 s      Scroll view one page down.
 -----------------------------------------------------------------------------
 
 s      Scroll view one page down.
 -----------------------------------------------------------------------------
 
+[[searching]]
+Searching
+~~~~~~~~~
+
+`-------`--------------------------------------------------------------------
+Key    Action
+-----------------------------------------------------------------------------
+/      Search the view. Opens a prompt for entering search regex to use.
+?      Search backwards in the view. Also prompts for regex.
+n      Find next match for the current search regex.
+N      Find previous match for the current search regex.
+-----------------------------------------------------------------------------
+
 [[misc-keys]]
 Misc
 ~~~~
 [[misc-keys]]
 Misc
 ~~~~