From ff0eeac045d7a25d91c4bccd666897eff5b86fc8 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Thu, 5 Sep 2019 15:34:16 -0400 Subject: [PATCH] Document disabling global maps References https://github.com/tpope/vim-fugitive/issues/1331 --- doc/fugitive.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/fugitive.txt b/doc/fugitive.txt index 77e4552..999bfdf 100644 --- a/doc/fugitive.txt +++ b/doc/fugitive.txt @@ -571,6 +571,11 @@ Global maps ~ *fugitive_y_CTRL-G* ["x]y 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* Fugitive objects are either work tree files or Git revisions as defined in the