diff --git a/emacs.d/init.el b/emacs.d/init.el index 293b871..230568e 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -290,9 +290,11 @@ (require 'dap-node) :bind (:map dap-mode-map - ("" . dap-mode) - ("" . dap-next) - ("" . dap-step-in))) + ("" . dap-debug) + ("" . dap-next) + ("" . dap-step-in) + ("S-" . dap-disconnect) + ("C-S-" . dap-debug-restart))) (use-package company :config