X-Git-Url: https://git.distorted.org.uk/~mdw/tig/blobdiff_plain/d4d8de8fb345853df54a2b3f25a1c9824ee6dedb..272818eafff98333c51f1b614704160f265405ed:/tigrc.5.txt diff --git a/tigrc.5.txt b/tigrc.5.txt index 7c49c59..fa4f473 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):: @@ -116,15 +116,15 @@ Examples: 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. -- Keymaps:: -Valid keymaps are: *main*, *diff*, *log*, *help*, *pager*, and *generic*. Use -*generic* to set key mapping in all keymaps. +Valid keymaps are: *main*, *diff*, *log*, *help*, *pager*, *status*, *stage*, +and *generic*. Use *generic* to set key mapping in all keymaps. Key values:: @@ -157,8 +157,12 @@ View switching: view-main Show main view view-diff Show diff view view-log Show log view -view-help Show help page +view-tree Show tree view +view-blob Show blob view +view-status Show status view +view-stage Show stage view view-pager Show pager view +view-help Show help page ------------------------------------------------------------------------------ ifdef::backend-xhtml11[] @@ -171,6 +175,7 @@ enter Enter current line and scroll next Move to next previous Move to previous view-next Move focus to next view +refresh Reload and refresh view view-close Close the current view quit Close all views and quit ------------------------------------------------------------------------------ @@ -183,10 +188,10 @@ Cursor navigation: ------------------------------------------------------------------------------ move-up Move cursor one line up move-down Move cursor one line down -move-page_down Move cursor one page down -move-page_up Move cursor one page up -move-first_line Move cursor to first line -move-last_line Move cursor to last line +move-page-down Move cursor one page down +move-page-up Move cursor one page up +move-first-line Move cursor to first line +move-last-line Move cursor to last line ------------------------------------------------------------------------------ ifdef::backend-xhtml11[] @@ -195,10 +200,22 @@ ifdef::backend-xhtml11[] endif::backend-xhtml11[] Scrolling: ------------------------------------------------------------------------------ -scroll-line_up Scroll one line up -scroll-line_down Scroll one line down -scroll-page_up Scroll one page up -scroll-page_down Scroll one page down +scroll-line-up Scroll one line up +scroll-line-down Scroll one line down +scroll-page-eup Scroll one page up +scroll-page-down Scroll one page down +------------------------------------------------------------------------------ + +ifdef::backend-xhtml11[] +[frame="none"] +`-----------------------`----------------------------------------------------- +endif::backend-xhtml11[] +Searching: +------------------------------------------------------------------------------ +search Search the view +search-back Search backwards in the view +find-next Find next search match +find-prev Find previous search match ------------------------------------------------------------------------------ ifdef::backend-xhtml11[] @@ -214,7 +231,10 @@ screen-resize Resize the screen show-version Show version information stop-loading Stop all loading views toggle-lineno Toggle line numbers -toggle-rev_graph Toggle revision graph visualization +toggle-rev-graph Toggle revision graph visualization +status-update Update file status +edit Open in editor +cherry-pick Cherry-pick commit to current branch ------------------------------------------------------------------------------ @@ -223,7 +243,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] @@ -277,7 +297,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* @@ -292,7 +312,7 @@ Appearance of the various columns in the main view, including the '~' used for delimiting long author names and labels for tag and branch references. *main-date*, *main-author*, *main-commit*, *main-delim*, *main-tag*, -*main-ref* +*main-ref*, *main-remote* -- @@ -323,7 +343,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* @@ -344,7 +364,7 @@ For now only `Signed-off-by` and `Acked-by` lines are colorized. COPYRIGHT --------- -Copyright (c) 2006 Jonas Fonseca +Copyright (c) 2006-2007 Jonas Fonseca Licensed under the terms of the GNU General Public License.