如何跳转到GIT difftool中的next / prev diff?

我使用git difftool比较VIM中的2个大文件。 我只想导航到不同的行。

如何快速在不同的使用GIT difftool的行之间导航?

我正在寻找类似winmerge快捷键的东西:
Alt +向下 - 下一步更改
Alt + Up - 上一次更改


vim有一个非常好的帮助文件。 你会自己帮忙,试着熟悉它。

来自:h diff

3. Jumping to diffs                 *jumpto-diffs*

Two commands can be used to jump to diffs:
                                *[c*
    [c      Jump backwards to the previous start of a change.
            When a count is used, do it that many times.
                                *]c*
    ]c      Jump forwards to the next start of a change.
            When a count is used, do it that many times.
链接地址: http://www.djcxy.com/p/1107.html

上一篇: How do I jump to the next/prev diff in GIT difftool?

下一篇: Vim: Move window left/right?