diff options
| author | bo-tato <122528427+bo-tato@users.noreply.github.com> | 2023-09-01 03:43:23 +0000 |
|---|---|---|
| committer | Youmu <condy0919@gmail.com> | 2023-09-04 17:35:57 +0800 |
| commit | 8be4b75c86bc637dbcd14be7522d6da06df1747e (patch) | |
| tree | 7f78181c264977443b0dab2ecc84354623a755d5 /modes/cider | |
| parent | 1a8fefc32d79929ad2f280e83df691a6f70a9118 (diff) | |
all continue-all in cider-debug mode
Diffstat (limited to 'modes/cider')
| -rw-r--r-- | modes/cider/evil-collection-cider.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modes/cider/evil-collection-cider.el b/modes/cider/evil-collection-cider.el index a433780..61f0fe5 100644 --- a/modes/cider/evil-collection-cider.el +++ b/modes/cider/evil-collection-cider.el @@ -72,6 +72,7 @@ ex. \(cider-debug-mode-send-reply \":next\"\)" (evil-collection-cider-make-debug-command "next" "continue" + "continue-all" "out" "quit" "eval" @@ -102,6 +103,7 @@ ex. \(cider-debug-mode-send-reply \":next\"\)" "b" 'cider-debug-defun-at-point "n" 'evil-collection-cider-debug-next "c" 'evil-collection-cider-debug-continue + "C" 'evil-collection-cider-debug-continue-all "o" 'evil-collection-cider-debug-out "q" 'evil-collection-cider-debug-quit "e" 'evil-collection-cider-debug-eval |
