From bc5a02ed8572e7d40d04a78f17abc08061dfc37e Mon Sep 17 00:00:00 2001 From: condy Date: Sun, 3 Oct 2021 22:58:09 +0800 Subject: [PATCH] devdocs: bind C to devdocs-copy-url --- modes/devdocs/evil-collection-devdocs.el | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/modes/devdocs/evil-collection-devdocs.el b/modes/devdocs/evil-collection-devdocs.el index 458d4ef..25a6094 100644 --- a/modes/devdocs/evil-collection-devdocs.el +++ b/modes/devdocs/evil-collection-devdocs.el @@ -53,8 +53,11 @@ "g." 'devdocs-goto-target ;; history - "L" 'devdocs-go-forward - "H" 'devdocs-go-back + (kbd "C-p") 'devdocs-go-back + (kbd "C-n") 'devdocs-go-forward + + ;; copy + "C" 'devdocs-copy-url ;; search "s" 'devdocs-lookup))