mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-13 15:50:50 -05:00
More dap-mode keybinds
This commit is contained in:
parent
5d944714d8
commit
7828928001
1 changed files with 5 additions and 3 deletions
|
@ -290,9 +290,11 @@
|
||||||
(require 'dap-node)
|
(require 'dap-node)
|
||||||
:bind
|
:bind
|
||||||
(:map dap-mode-map
|
(:map dap-mode-map
|
||||||
("<f5>" . dap-mode)
|
("<f5>" . dap-debug)
|
||||||
("<f10>" . dap-next)
|
("<f10>" . dap-next)
|
||||||
("<f11>" . dap-step-in)))
|
("<f11>" . dap-step-in)
|
||||||
|
("S-<f5>" . dap-disconnect)
|
||||||
|
("C-S-<f5>" . dap-debug-restart)))
|
||||||
|
|
||||||
(use-package company
|
(use-package company
|
||||||
:config
|
:config
|
||||||
|
|
Loading…
Reference in a new issue