Document disabling global maps

References https://github.com/tpope/vim-fugitive/issues/1331
This commit is contained in:
Tim Pope
2019-09-05 15:34:16 -04:00
parent eb04d8bcc0
commit ff0eeac045

View File

@@ -571,6 +571,11 @@ Global maps ~
*fugitive_y_CTRL-G* *fugitive_y_CTRL-G*
["x]y<C-G> Yank the path to the current |fugitive-object|. ["x]y<C-G> Yank the path to the current |fugitive-object|.
*g:fugitive_no_maps*
Global maps can be disabled with the g:fugitive_no_maps option.
>
let g:fugitive_no_maps = 1
<
SPECIFYING OBJECTS *fugitive-object* *fugitive-revision* SPECIFYING OBJECTS *fugitive-object* *fugitive-revision*
Fugitive objects are either work tree files or Git revisions as defined in the Fugitive objects are either work tree files or Git revisions as defined in the