From 4ed8cea83a194ad67e210e278467f36a704d9c6f Mon Sep 17 00:00:00 2001 From: James Nguyen Date: Wed, 15 May 2019 20:15:17 -0700 Subject: [PATCH] Vc-Dir: Use F for pull --- evil-collection-vc-dir.el | 1 + 1 file changed, 1 insertion(+) diff --git a/evil-collection-vc-dir.el b/evil-collection-vc-dir.el index 4156709..64cfe13 100644 --- a/evil-collection-vc-dir.el +++ b/evil-collection-vc-dir.el @@ -50,6 +50,7 @@ "gu" 'vc-update "gr" 'revert-buffer + "F" 'vc-update ;; This is the same as `vc-update' bound to "gu". "p" 'vc-push "P" 'vc-push