From: Jonas Fonseca Date: Wed, 14 Jun 2006 21:29:28 +0000 (+0200) Subject: Sync docs X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/tig/commitdiff_plain/c3a4b3e0104b32beb965e913543affef86b583be?ds=inline;hp=-c Sync docs --- c3a4b3e0104b32beb965e913543affef86b583be diff --git a/README.html b/README.html index 18d18a0..2501670 100644 --- a/README.html +++ b/README.html @@ -1,4 +1,4 @@ -
+

Tig: text-mode interface for git

diff --git a/manual.html b/manual.html index 0f787e7..0052a00 100644 --- a/manual.html +++ b/manual.html @@ -328,6 +328,13 @@ commit with the log message, diffstat, and the diff.

Title Windows

+ + +
  • +

    +Default Keybindings +

    +
    • View Switching @@ -595,265 +602,330 @@ be appended:

      [main] 77d9e40fbcea3238015aea403e06f61542df9a31 - commit 1 of 779 (0%) 5s
  • -

    4. Keys

    +

    4. Default Keybindings

    Below the default key bindings are shown.

    4.1. View Switching

    -
    -
    -m -
    -
    -

    - Switch to main view. -

    -
    -
    -d -
    -
    -

    - Switch to diff view. -

    -
    -
    -l -
    -
    -

    - Switch to log view. -

    -
    -
    -p -
    -
    -

    - Switch to pager view. -

    -
    -
    -h, ? -
    -
    -

    - Show man page. -

    -
    -
    +
    + +++ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + Key + + Action +
    + m + + Switch to main view. +
    + d + + Switch to diff view. +
    + l + + Switch to log view. +
    + p + + Switch to pager view. +
    + h, ? + + Show man page. +
    +

    4.2. View Manipulation

    -
    -
    -q -
    -
    -

    - Close view, if multiple views are open it will jump back to the - previous view in the view stack. If it is the last open view it - will quit. Use Q to quit all views at once. -

    -
    -
    -Enter -
    -
    -

    - This key is "context sensitive" depending on what view you are - currently in. When in log view on a commit line or in the main - view, split the view and show the commit diff. In the diff view - pressing Enter will simply scroll the view one line down. -

    -
    -
    -Tab -
    -
    -

    - Switch to next view. -

    -
    -
    -Up -
    -
    -

    - This key is "context sensitive" and will move the cursor one - line up. However, uf you opened a diff view from the main view - (split- or full-screen) it will change the cursor to point to - the previous commit in the main view and update the diff view - to display it. -

    -
    -
    -Down -
    -
    -

    - Similar to Up but will move down. -

    -
    -
    +
    + +++ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + Key + + Action +
    + q + + Close view, if multiple views are open it will jump back to the previous view in the view stack. If it is the last open view it will quit. Use Q to quit all views at once. +
    + Enter + + This key is "context sensitive" depending on what view you are currently in. When in log view on a commit line or in the main view, split the view and show the commit diff. In the diff view pressing Enter will simply scroll the view one line down. +
    + Tab + + Switch to next view. +
    + Up + + This key is "context sensitive" and will move the cursor one line up. However, uf you opened a diff view from the main view (split- or full-screen) it will change the cursor to point to the previous commit in the main view and update the diff view to display it. +
    + Down + + Similar to Up but will move down. +
    +

    4.3. Cursor Navigation

    -
    -
    -j -
    -
    -

    - Move cursor one line up. -

    -
    -
    -k -
    -
    -

    - Move cursor one line down. -

    -
    -
    -PgUp -
    -
    -b -
    -
    -- -
    -
    -

    - Move cursor one page up. -

    -
    -
    -PgDown -
    -
    -Space -
    -
    -

    - Move cursor one page down. -

    -
    -
    -Home -
    -
    -

    - Jump to first line. -

    -
    -
    -End -
    -
    -

    - Jump to last line. -

    -
    -
    +
    + +++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + Key + + Action +
    + j + + Move cursor one line up. +
    + k + + Move cursor one line down. +
    + PgUp b a + + Move cursor one page up. +
    + PgDown + + Space Move cursor one page down. +
    + Home + + Jump to first line. +
    + End + + Jump to last line. +
    +

    4.4. Scrolling

    -
    -
    -Insert -
    -
    -

    - Scroll view one line up. -

    -
    -
    -Delete -
    -
    -

    - Scroll view one line down. -

    -
    -
    -w -
    -
    -

    - Scroll view one page up. -

    -
    -
    -s -
    -
    -

    - Scroll view one page down. -

    -
    -
    +
    + +++ + + + + + + + + + + + + + + + + + + + + + + + +
    + Key + + Action +
    + Insert + + Scroll view one line up. +
    + Delete + + Scroll view one line down. +
    + w + + Scroll view one page up. +
    + s + + Scroll view one page down. +
    +

    4.5. Misc

    -
    -
    -Q -
    -
    -

    - Quit. -

    -
    -
    -r -
    -
    -

    - Redraw screen. -

    -
    -
    -z -
    -
    -

    - Stop all background loading. This can be useful if you use - tig in a repository with a long history without limiting - the revision log. -

    -
    -
    -v -
    -
    -

    - Show version. -

    -
    -
    -n -
    -
    -

    - Toggle line numbers on/off. -

    -
    -
    -g -
    -
    -

    - Toggle revision graph visualization on/off. -

    -
    -
    -: -
    -
    -

    - Open prompt. This allows you to specify what git command - to run. Example: -

    -
    -
    -
    :log -p
    -
    -
    -
    +
    + +++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + Key + + Action +
    + Q + + Quit. +
    + r + + Redraw screen. +
    + z + + Stop all background loading. This can be useful if you use tig in a repository with a long history without limiting the revision log. +
    + v + + Show version. +
    + n + + Toggle line numbers on/off. +
    + g + + Toggle revision graph visualization on/off. +
    + : + + Open prompt. This allows you to specify what git command to run. Example :log -p +
    +

    5. Revision Specification

    @@ -1060,7 +1132,7 @@ gitview(1)
    diff --git a/tig.1.html b/tig.1.html index 4df2da9..a04b169 100644 --- a/tig.1.html +++ b/tig.1.html @@ -562,7 +562,7 @@ Gitweb: http://pasky
    diff --git a/tigrc.5.html b/tigrc.5.html index 2dcc616..0ac9bc3 100644 --- a/tigrc.5.html +++ b/tigrc.5.html @@ -921,7 +921,7 @@ For now only Signed-off-by lines are colorized.