Skip to content

Commit

Permalink
gud: Misc rebindings
Browse files Browse the repository at this point in the history
  • Loading branch information
mohkale committed Sep 3, 2023
1 parent 1c56ae8 commit 8b0a46d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions init.org
Original file line number Diff line number Diff line change
Expand Up @@ -9395,16 +9395,16 @@
"!" '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
"e" 'gud-print ; eval expression at point
"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))
Expand Down

0 comments on commit 8b0a46d

Please sign in to comment.