Abbreviate the view reference in the view title for small widths
[tig] / tigrc.5.txt
index 5ae95b2..7c49c59 100644 (file)
@@ -110,6 +110,8 @@ Examples:
        bind diff a previous
        bind diff d next
        bind diff b move-first-line
+       # 'unbind' the default quit key binding
+       bind main Q none
 --------------------------------------------------------------------------
 
 Keys are mapped by first searching the keybindings for the current view, then
@@ -150,7 +152,7 @@ ifdef::backend-xhtml11[]
 [frame="none"]
 `-----------------------`-----------------------------------------------------
 endif::backend-xhtml11[]
-View switching::
+View switching:
 ------------------------------------------------------------------------------
 view-main              Show main view
 view-diff              Show diff view
@@ -163,7 +165,7 @@ ifdef::backend-xhtml11[]
 [frame="none"]
 `-----------------------`-----------------------------------------------------
 endif::backend-xhtml11[]
-View manipulation::
+View manipulation:
 ------------------------------------------------------------------------------
 enter                  Enter current line and scroll
 next                   Move to next
@@ -177,7 +179,7 @@ ifdef::backend-xhtml11[]
 [frame="none"]
 `-----------------------`-----------------------------------------------------
 endif::backend-xhtml11[]
-Cursor navigation::
+Cursor navigation:
 ------------------------------------------------------------------------------
 move-up                        Move cursor one line up
 move-down              Move cursor one line down
@@ -191,7 +193,7 @@ ifdef::backend-xhtml11[]
 [frame="none"]
 `-----------------------`-----------------------------------------------------
 endif::backend-xhtml11[]
-Scrolling::
+Scrolling:
 ------------------------------------------------------------------------------
 scroll-line_up         Scroll one line up
 scroll-line_down       Scroll one line down
@@ -203,10 +205,10 @@ ifdef::backend-xhtml11[]
 [frame="none"]
 `-----------------------`-----------------------------------------------------
 endif::backend-xhtml11[]
-Misc::
+Misc:
 ------------------------------------------------------------------------------
+none                   Do nothing
 prompt                 Bring up the prompt
-screen-update          Update the screen
 screen-redraw          Redraw the screen
 screen-resize          Resize the screen
 show-version           Show version information
@@ -334,9 +336,9 @@ omnipresent.
 
 Commit message::
 
-For now only `Signed-off-by` lines are colorized.
+For now only `Signed-off-by` and `Acked-by` lines are colorized.
 
-*signoff*
+*signoff*, *acked*
 
 --