commit d68efa32e876bade8ad7093acc2d2d0c1c6c239e (tree) parent b0de6c2811f53aecbfb9d1b123be1e954a195584 Author: Tim Pope <code@tpope.net> Date: Thu, 18 Jul 2019 14:17:35 -0400 Document parentheses movement maps Diffstat:
| M | doc/fugitive.txt | | | 10 | ++++++---- |
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/doc/fugitive.txt b/doc/fugitive.txt @@ -317,11 +317,13 @@ P Open the current file in the [count]th parent. *fugitive_C* C Open the commit containing the current file. - *fugitive_CTRL-P* -<C-P> Jump to the previous file or hunk. + *fugitive_CTRL-P* *fugitive_(* +( Jump to the previous file or hunk. +<C-P> - *fugitive_CTRL-N* -<C-N> Jump to the next file or hunk. + *fugitive_CTRL-N* *fugitive_)* +) Jump to the next file or hunk. +<C-N> *fugitive_[[* [[ Jump to the previous section.