@@ -1415,7 +1415,7 @@ the "disasm_window_height" entry can be used to set the window height: >
14151415 let g:termdebug_config['disasm_window_height'] = 15
14161416 or, if there is no g:termdebug_config: >
14171417 let g:termdebug_disasm_window = 15
1418- Any value greater than 1 will set the Asm window height to that value: >
1418+ Any value greater than 1 will set the Asm window height to that value.
14191419
14201420Communication ~
14211421 *termdebug-communication*
@@ -1469,7 +1469,7 @@ get this error:
14691469Then your gdb is too old.
14701470
14711471
1472- Colors~
1472+ Colors ~
14731473 *hl-debugPC* *hl-debugBreakpoint*
14741474The color of the signs can be adjusted with these highlight groups:
14751475- debugPC the current position
@@ -1484,15 +1484,17 @@ When 'background' is "dark":
14841484 hi debugBreakpoint term=reverse ctermbg=red guibg=red
14851485
14861486
1487- Shortcuts *termdebug_shortcuts*
1487+ Shortcuts ~
1488+ *termdebug_shortcuts*
14881489
14891490You can define your own shortcuts (mappings) to control gdb, that can work in
14901491any window, using the TermDebugSendCommand() function. Example: >
14911492 map ,w :call TermDebugSendCommand('where')<CR>
14921493 The argument is the gdb command.
14931494
14941495
1495- Popup menu *termdebug_popup*
1496+ Popup menu ~
1497+ *termdebug_popup*
14961498
14971499By default the Termdebug plugin sets 'mousemodel' to "popup_setpos" and adds
14981500these entries to the popup menu:
@@ -1505,7 +1507,8 @@ or if there is no g:termdebug_config: >
15051507 let g:termdebug_popup = 0
15061508
15071509
1508- Vim window width *termdebug_wide*
1510+ Vim window width ~
1511+ *termdebug_wide*
15091512
15101513To change the width of the Vim window when debugging starts and use a vertical
15111514split: >
0 commit comments