From 2aae91c3edaf6de53d6ae4384488d71dc54b7d65 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Fri, 19 Aug 2011 14:30:32 -0400 Subject: [PATCH] Map R to reload :Gstatus --- plugin/fugitive.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim index 6873c1b..5e927e6 100644 --- a/plugin/fugitive.vim +++ b/plugin/fugitive.vim @@ -1706,6 +1706,7 @@ function! s:BufReadIndex() endif setlocal ro noma nomod nomodeline bufhidden=delete nnoremap q :bdelete + nnoremap R :edit nnoremap a :let b:fugitive_display_format += 1exe BufReadIndex() nnoremap i :let b:fugitive_display_format -= 1exe BufReadIndex() nnoremap D :execute StageDiff()