From 782892800159152a13b48f867145cabc528d0f24 Mon Sep 17 00:00:00 2001 From: Andrew Scott Date: Tue, 17 May 2022 11:20:38 -0400 Subject: [PATCH] More dap-mode keybinds --- emacs.d/init.el | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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