From 554d94676f66720d44479388ec6b60abc590c5a1 Mon Sep 17 00:00:00 2001 From: James Nguyen Date: Sat, 22 Sep 2018 10:28:00 -0700 Subject: [PATCH] Vc-dir: Use c for next This allows n to be used for search again. --- evil-collection-vc-dir.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evil-collection-vc-dir.el b/evil-collection-vc-dir.el index 11562e0..b055ddd 100644 --- a/evil-collection-vc-dir.el +++ b/evil-collection-vc-dir.el @@ -37,7 +37,7 @@ (evil-set-initial-state 'vc-dir-mode 'normal) (evil-collection-define-key 'normal 'vc-dir-mode-map ;; VC commands - "n" 'vc-next-action + "c" 'vc-next-action "d" 'vc-diff "D" 'vc-root-diff