diff options
Diffstat (limited to 'runtime/doc/nvim_terminal_emulator.txt')
-rw-r--r-- | runtime/doc/nvim_terminal_emulator.txt | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/runtime/doc/nvim_terminal_emulator.txt b/runtime/doc/nvim_terminal_emulator.txt index b19343e7ef..a4c25009a9 100644 --- a/runtime/doc/nvim_terminal_emulator.txt +++ b/runtime/doc/nvim_terminal_emulator.txt @@ -379,7 +379,7 @@ the "disasm_window_height" entry can be used to set the window height: > let g:termdebug_config['disasm_window_height'] = 15 or, if there is no g:termdebug_config: > let g:termdebug_disasm_window = 15 -Any value greater than 1 will set the Asm window height to that value: > +Any value greater than 1 will set the Asm window height to that value. Communication ~ *termdebug-communication* @@ -445,7 +445,7 @@ get this error: Then your gdb is too old. -Colors~ +Colors ~ *hl-debugPC* *hl-debugBreakpoint* The color of the signs can be adjusted with these highlight groups: - debugPC the current position @@ -460,7 +460,8 @@ When 'background' is "dark": hi debugBreakpoint term=reverse ctermbg=red guibg=red -Shortcuts *termdebug_shortcuts* +Shortcuts ~ + *termdebug_shortcuts* You can define your own shortcuts (mappings) to control gdb, that can work in any window, using the TermDebugSendCommand() function. Example: > @@ -468,7 +469,8 @@ any window, using the TermDebugSendCommand() function. Example: > The argument is the gdb command. -Vim window width *termdebug_wide* +Vim window width ~ + *termdebug_wide* To change the width of the Vim window when debugging starts and use a vertical split: > |