X-Git-Url: https://git.distorted.org.uk/~mdw/tig/blobdiff_plain/2bc4f7bd461405083a225b7d43b1ddc947670259..f7ffec0647ba2b0cfd171dd81f0d620038f690f0:/tigrc.5.txt diff --git a/tigrc.5.txt b/tigrc.5.txt index f278193..d83b071 100644 --- a/tigrc.5.txt +++ b/tigrc.5.txt @@ -70,7 +70,7 @@ The following variables can be set: 'show-rev-graph' (bool):: - Show revision graph in the main view on startup. Can be toggled with + Show revision graph in the main view on start-up. Can be toggled with 'g'. 'line-number-interval' (int):: @@ -110,11 +110,13 @@ 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 the keybindings for the *generic* keymap, and last the default keybindings. -Thus, the view keybindings shaddow the generic keybindings which shaddow the +Thus, the view keybindings shadow the generic keybindings which Shadow the built-in keybindings. -- @@ -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 @@ -221,7 +223,7 @@ Color command Color commands control highlighting and the user interface styles. If your terminal supports color, these commands can be used to assign foreground and -backgound combinations to certain areas. Optionally, an attribute can be given +background combinations to certain areas. Optionally, an attribute can be given as the last parameter. The syntax is: [verse] @@ -275,7 +277,7 @@ Appearance of the bottom window showing info messages. Title window colors:: -Appearence of the title windows when they are attached +Appearance of the title windows when they are attached to any backgrounded windows and the current window. *title-blur*, *title-focus* @@ -321,7 +323,7 @@ Pretty print commit headers:: Commit diffs and the revision logs are usually formatted using pretty printed headers , unless `--pretty=raw` was given. This includes lines, such as merge -info, commit ID, and author and comitter date. +info, commit ID, and author and committer date. *pp-author*, *pp-commit*, *pp-merge*, *pp-date*, *pp-adate*, *pp-cdate* @@ -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* -- @@ -348,4 +350,4 @@ Licensed under the terms of the GNU General Public License. SEE ALSO -------- -gitlink:tig[1] and the http://jonas.nitro.dk/tig/tig.html[tig manual]. +gitlink:tig[1] and the http://jonas.nitro.dk/tig/manual.html[tig manual].