commit ff0eeac045d7a25d91c4bccd666897eff5b86fc8 (tree)
parent eb04d8bcc0be1d0f1061507429b530c5165999cc
Author: Tim Pope <code@tpope.net>
Date: Thu, 5 Sep 2019 15:34:16 -0400
Document disabling global maps
References https://github.com/tpope/vim-fugitive/issues/1331
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/doc/fugitive.txt b/doc/fugitive.txt
@@ -571,6 +571,11 @@ Global maps ~
*fugitive_y_CTRL-G*
["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*
Fugitive objects are either work tree files or Git revisions as defined in the