From a3e05b6ebe0edf3a30d78a773262437fd97e3b9f Mon Sep 17 00:00:00 2001 From: yan Date: Sun, 22 Jan 2012 18:50:01 -0800 Subject: [PATCH] Fix keybindings for fugitive: ,dg = :diffget --- vim/plugin/settings/fugitive.git | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vim/plugin/settings/fugitive.git b/vim/plugin/settings/fugitive.git index f794646..37bc74c 100644 --- a/vim/plugin/settings/fugitive.git +++ b/vim/plugin/settings/fugitive.git @@ -1,4 +1,5 @@ " fugitive.git " ======================================== " For fugitive.git, dp means :diffput. Define dg to mean :diffget -nnoremap dg :diffget +nnoremap ,dg :diffget +nnoremap ,dp :diffput