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