Vc-dir: Use c for next

This allows n to be used for search again.
This commit is contained in:
James Nguyen 2018-09-22 10:28:00 -07:00
parent e95872bd38
commit 554d94676f
1 changed files with 1 additions and 1 deletions

View File

@ -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