Add binding for cider-find-dwim-other-window

This commit is contained in:
David Morgan 2022-06-15 12:30:01 +01:00
parent 0be50890ef
commit 46fddc3108
1 changed files with 3 additions and 1 deletions

View File

@ -54,7 +54,9 @@
(unbind-key "C-c C-l" cider-mode-map)
:bind
(:map cider-mode-map ("C-c M-l" . cider-load-file))
(:map clojure-mode-map ("C-x p q" . project-clojure-test-switch))
(:map clojure-mode-map
("C-x p q" . project-clojure-test-switch)
("C->" . cider-find-dwim-other-window))
:hook
(cider-repl-mode . cider-repl-mode-hook-fn)
(cider-mode . eldoc-mode))