mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-08 11:33:47 -05:00
Document disabling global maps
References https://github.com/tpope/vim-fugitive/issues/1331
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user