VirtualTam's bookmarks

  1. source-file [-Fnqv] [-t target-pane] path ...
                  (alias: source)
            Execute commands from one or more files specified by path
            (which may be glob(7) patterns).  If -F is present, then
            path is expanded as a format.  If -q is given, no error
            will be returned if path does not exist.  With -n, the
            file is parsed but no commands are executed.  -v shows
            the parsed commands and line numbers if possible.
    
  2. Git repository browser providing several colourful views:

    • file tree w/ revisions
    • different kinds of log
    • blame - when highlighting a line, displays the corresponding diff in a side pane

    see http://jonas.nitro.dk/tig/manual.html