update gud/gdb mode keybinds to be consistent with dap-mode keybinds
This commit is contained in:
parent
447532aee0
commit
c4869b2c4b
|
@ -63,8 +63,8 @@
|
|||
("<f7>" . 'gud-step-into)
|
||||
("<f8>" . 'gud-step-over)
|
||||
("S-<f8>" . 'gud-step-out)
|
||||
("C-c b" . 'gud-set-breakpoint)
|
||||
("C-c B" . 'gud-remove-breakpoint)
|
||||
("C-c C-d b" . 'gud-set-breakpoint)
|
||||
("C-c C-d B" . 'gud-remove-breakpoint)
|
||||
("C-q" . 'gud-quit))
|
||||
:config
|
||||
(setq gdb-many-windows t)
|
||||
|
|
Loading…
Reference in a new issue