From c68fb3c83a51cf7f182a24d1fd3ad3edeb547d97 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Fri, 27 Jul 2018 13:42:00 -0400 Subject: [PATCH] Remove redundant maps --- autoload/fugitive.vim | 6 ------ 1 file changed, 6 deletions(-) diff --git a/autoload/fugitive.vim b/autoload/fugitive.vim index 180f4d6..cee6436 100644 --- a/autoload/fugitive.vim +++ b/autoload/fugitive.vim @@ -3105,12 +3105,6 @@ function! fugitive#MapJumps(...) abort nnoremap :exe GF("edit") endif if !&modifiable - nnoremap o :exe GF("split") - nnoremap S :exe GF("vsplit") - nnoremap O :exe GF("tabedit") - nnoremap o :exe GF("split") - nnoremap S :exe GF("vsplit") - nnoremap O :exe GF("tabedit") if get(b:, 'fugitive_type', '') ==# 'blob' nnoremap o :.,.+1Gblame nnoremap S :vertical .,.+1Gblame