comparison runtime/doc/terminal.txt @ 23573:e2e2cc5d0856

Update runtime files. Commit: https://github.com/vim/vim/commit/82be4849eed0b8fbee45bc8da99b685ec89af59a Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jan 11 19:40:15 2021 +0100 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Mon, 11 Jan 2021 19:45:05 +0100
parents 15fa3923cc49
children 5b37a0bf7e3a
comparison
equal deleted inserted replaced
23572:b35e568d74e6 23573:e2e2cc5d0856
1 *terminal.txt* For Vim version 8.2. Last change: 2020 Dec 28 1 *terminal.txt* For Vim version 8.2. Last change: 2021 Jan 04
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
1328 *termdebug-commands* 1328 *termdebug-commands*
1329 *:Gdb* jump to the gdb window 1329 *:Gdb* jump to the gdb window
1330 *:Program* jump to the window with the running program 1330 *:Program* jump to the window with the running program
1331 *:Source* jump to the window with the source code, create it if there 1331 *:Source* jump to the window with the source code, create it if there
1332 isn't one 1332 isn't one
1333 *:Asm* jump to the window with the disassembly, create it if there
1334 isn't one
1333 1335
1334 1336
1335 Prompt mode ~ 1337 Prompt mode ~
1336 *termdebug-prompt* 1338 *termdebug-prompt*
1337 When the |+terminal| feature is not supported and on MS-Windows, gdb will run 1339 When the |+terminal| feature is not supported and on MS-Windows, gdb will run
1350 < 1352 <
1351 *termdebug_map_K* 1353 *termdebug_map_K*
1352 The K key is normally mapped to :Evaluate. If you do not want this use: > 1354 The K key is normally mapped to :Evaluate. If you do not want this use: >
1353 let g:termdebug_map_K = 0 1355 let g:termdebug_map_K = 0
1354 1356
1357 <
1358 *termdebug_disasm_window*
1359 If you want the Asm window shown by default, set this to 1. Setting to
1360 any value greater than 1 will set the Asm window height to that value: >
1361 let g:termdebug_disasm_window = 15
1362 <
1355 1363
1356 Communication ~ 1364 Communication ~
1357 *termdebug-communication* 1365 *termdebug-communication*
1358 There is another, hidden, buffer, which is used for Vim to communicate with 1366 There is another, hidden, buffer, which is used for Vim to communicate with
1359 gdb. The buffer name is "gdb communication". Do not delete this buffer, it 1367 gdb. The buffer name is "gdb communication". Do not delete this buffer, it