From: Jonas Fonseca Date: Wed, 25 Feb 2009 14:53:26 +0000 (+0100) Subject: Manual: document that : jumps to the line number X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ced92a5dd3c253ffc4591a22609ce0cd9574615c;p=tig.git Manual: document that : jumps to the line number --- diff --git a/manual.txt b/manual.txt index 4599db7..d73e819 100644 --- a/manual.txt +++ b/manual.txt @@ -437,7 +437,8 @@ A Toggle author display on/off. g Toggle revision graph visualization on/off. F Toggle reference display on/off (tag and branch names). ':' Open prompt. This allows you to specify what git command \ - to run. Example `:log -p` + to run. Example `:log -p`. You can also use this to jump \ + to a specific line by typing `:`, e.g. `:80`. e Open file in editor. -----------------------------------------------------------------------------