X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=manual.txt;h=043b32a08a55fe96427caa4b7ff094a7a16adb7d;hb=26a7f2718350bda0367b97d75fbc3627d4ad2a6f;hp=2a12b99418a83b92bcf3fd4e3717a2bf58cb9c4a;hpb=158a522c5740123fd1144f9045ef0a419dfcf090;p=tig.git diff --git a/manual.txt b/manual.txt index 2a12b99..043b32a 100644 --- a/manual.txt +++ b/manual.txt @@ -195,6 +195,10 @@ The blob view:: Displays the file content or "blob" of data associated with a file name. +The status view:: + Displays status of files in the working tree and allows changes to be + staged/unstaged as well as adding of untracked files. + The pager view:: Is used for displaying both input from stdin and output from git commands entered in the internal prompt. @@ -239,7 +243,8 @@ l Switch to log view. p Switch to pager view. t Switch to (directory) tree view. f Switch to (file) blob view. -h Show man page. +h Switch to help view +S Switch to status view ----------------------------------------------------------------------------- [[view-manipulation]]