From: Jonas Fonseca Date: Thu, 27 Sep 2007 13:19:22 +0000 (+0200) Subject: Document the refresh request X-Git-Tag: tig-0.9.1~6 X-Git-Url: https://git.distorted.org.uk/~mdw/tig/commitdiff_plain/272818eafff98333c51f1b614704160f265405ed Document the refresh request --- diff --git a/manual.txt b/manual.txt index 957fac4..a199ad1 100644 --- a/manual.txt +++ b/manual.txt @@ -267,6 +267,7 @@ Enter This key is "context sensitive" depending on what view you are \ 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. +R Reload and refresh the current view. Up This key is "context sensitive" and will move the cursor one \ line up. However, if you opened a diff view from the main view \ (split- or full-screen) it will change the cursor to point to \ diff --git a/tigrc.5.txt b/tigrc.5.txt index 540de87..fa4f473 100644 --- a/tigrc.5.txt +++ b/tigrc.5.txt @@ -175,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 ------------------------------------------------------------------------------