From 2a9c7175ba158e0ebdea3e7f4c512342c5b9ba59 Mon Sep 17 00:00:00 2001 From: James Nguyen Date: Tue, 12 Dec 2017 19:26:47 -0800 Subject: [PATCH] Add GoToREPL entry to Rationale --- evil-collection-cider.el | 1 + readme.org | 2 ++ 2 files changed, 3 insertions(+) diff --git a/evil-collection-cider.el b/evil-collection-cider.el index 1052f45..d86e0f2 100644 --- a/evil-collection-cider.el +++ b/evil-collection-cider.el @@ -57,6 +57,7 @@ (with-eval-after-load 'cider-repl (evil-define-key '(normal visual) cider-repl-mode-map + "gz" 'cider-switch-to-last-clojure-buffer "gd" 'cider-find-var (kbd "C-t") 'cider-pop-back "gr" 'cider-refresh diff --git a/readme.org b/readme.org index ec51b8d..b20f69f 100644 --- a/readme.org +++ b/readme.org @@ -307,6 +307,8 @@ definition". ? +*** REPL (~gz~) + If the mode has a Go To REPL-type command, set it to ~gz~. *** Zooming (~+~, ~-~, ~=~, ~0~) - ~+~ and ~-~ have obvious meanings.