diff --git a/init.org b/init.org index 2948613..aec413a 100644 --- a/init.org +++ b/init.org @@ -9395,7 +9395,7 @@ "!" 'gud-basic-call "1" 'gud-basic-call "r" 'gud-run "b" 'gud-break - "B" 'gud-tbreak ; temporary breakpoint + "t" 'gud-tbreak ; temporary breakpoint "c" 'gud-cont "f" 'gud-finish ; current function "j" 'gud-jump ; to current line @@ -9403,8 +9403,8 @@ "g" 'gud-refresh ; redraw buffers "x" 'gud-remove "s" 'gud-step - "S" 'gud-next - "t" 'gud-until ; continue until current line + "n" 'gud-next + "u" 'gud-until ; continue until current line "w" 'gud-watch "]" 'gud-down ; stack-frames "[" 'gud-up))