File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1349,6 +1349,7 @@ passing arguments."
1349
1349
(define-key map (kbd " z" ) #'cider-eval-defun-up-to-point )
1350
1350
(define-key map (kbd " c" ) #'cider-eval-last-sexp-in-context )
1351
1351
(define-key map (kbd " b" ) #'cider-eval-sexp-at-point-in-context )
1352
+ (define-key map (kbd " k" ) #'cider-kill-last-result )
1352
1353
(define-key map (kbd " f" ) 'cider-eval-pprint-commands-map )
1353
1354
1354
1355
; ; duplicates with C- for convenience
@@ -1364,6 +1365,7 @@ passing arguments."
1364
1365
(define-key map (kbd " C-z" ) #'cider-eval-defun-up-to-point )
1365
1366
(define-key map (kbd " C-c" ) #'cider-eval-last-sexp-in-context )
1366
1367
(define-key map (kbd " C-b" ) #'cider-eval-sexp-at-point-in-context )
1368
+ (define-key map (kbd " C-k" ) #'cider-kill-last-result )
1367
1369
(define-key map (kbd " C-f" ) 'cider-eval-pprint-commands-map )
1368
1370
map))
1369
1371
You can’t perform that action at this time.
0 commit comments