X-Git-Url: https://git.distorted.org.uk/~mdw/tig/blobdiff_plain/66c86725fdb3e159b2fde146e26c7dadd51e528c..ca1d71eaa9b69092b0d210f6d45b8afea9070b0d:/manual.txt 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]]