Add section jump maps

References https://github.com/tpope/vim-fugitive/issues/1252
This commit is contained in:
Tim Pope
2019-07-07 14:29:37 -04:00
parent e0d4a281a8
commit 2cde9172a9
2 changed files with 29 additions and 8 deletions

View File

@@ -323,6 +323,21 @@ C Open the commit containing the current file.
<C-W>C Open the commit containing the current file in a new
split.
*fugitive_gu*
gu Jump to "Unstaged" section.
*fugitive_gU*
gU Jump to "Untracked" section.
*fugitive_gs*
gs Jump to "Staged" section.
*fugitive_gp*
gp Jump to "Unpushed" section.
*fugitive_gP*
gP Jump to "Unpulled" section.
*fugitive_c*
Commit mappings ~