update gud/gdb mode keybinds to be consistent with dap-mode keybinds

This commit is contained in:
Gered 2024-12-08 19:14:51 -05:00
parent 447532aee0
commit c4869b2c4b

View file

@ -63,8 +63,8 @@
("<f7>" . 'gud-step-into) ("<f7>" . 'gud-step-into)
("<f8>" . 'gud-step-over) ("<f8>" . 'gud-step-over)
("S-<f8>" . 'gud-step-out) ("S-<f8>" . 'gud-step-out)
("C-c b" . 'gud-set-breakpoint) ("C-c C-d b" . 'gud-set-breakpoint)
("C-c B" . 'gud-remove-breakpoint) ("C-c C-d B" . 'gud-remove-breakpoint)
("C-q" . 'gud-quit)) ("C-q" . 'gud-quit))
:config :config
(setq gdb-many-windows t) (setq gdb-many-windows t)