Add GoToREPL entry to Rationale

This commit is contained in:
James Nguyen 2017-12-12 19:26:47 -08:00
parent 4ab4ff94e4
commit 2a9c7175ba
2 changed files with 3 additions and 0 deletions

View File

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

View File

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