From d68efa32e876bade8ad7093acc2d2d0c1c6c239e Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Thu, 18 Jul 2019 14:17:35 -0400 Subject: [PATCH] Document parentheses movement maps --- doc/fugitive.txt | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/fugitive.txt b/doc/fugitive.txt index cdd9da9..bcf1552 100644 --- 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* - Jump to the previous file or hunk. + *fugitive_CTRL-P* *fugitive_(* +( Jump to the previous file or hunk. + - *fugitive_CTRL-N* - Jump to the next file or hunk. + *fugitive_CTRL-N* *fugitive_)* +) Jump to the next file or hunk. + *fugitive_[[* [[ Jump to the previous section.