1
- *terminal.txt* For Vim バージョン 9.0. Last change: 2023 Aug 23
1
+ *terminal.txt* For Vim バージョン 9.0. Last change: 2023 Nov 08
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
43
43
その他のコマンド | termdebug-commands |
44
44
イベント | termdebug-events |
45
45
プロンプトモード | termdebug-prompt |
46
+ マッピング | termdebug-mappings |
46
47
通信 | termdebug-communication |
47
48
カスタマイズ | termdebug-customizing |
48
49
@@ -1447,18 +1448,22 @@ TermdebugStopPost デバッグの終了後、gdb 関連ウィンドウが閉じ
1447
1448
g:termdebug_config がない場合は、以下を使用できます: >
1448
1449
let g:termdebug_use_prompt = 1
1449
1450
<
1450
- *termdebug_map_K*
1451
- K は通常 | :Evaluate | にマッピングされています。これが不要な場合は: >
1451
+ マッピング ~
1452
+ *termdebug_map_K* *termdebug-mappings*
1453
+ K へのバッファローカル (| :map-local | ) マッピングがすでに存在している場合を除
1454
+ き、K キーは通常 | :Evaluate | にマップされています。これが不要な場合は: >
1452
1455
let g:termdebug_config['map_K'] = 0
1453
1456
g:termdebug_config がない場合は、以下を使用できます: >
1454
1457
let g:termdebug_map_K = 0
1455
1458
<
1456
1459
*termdebug_map_minus*
1457
- - は通常 | :Down | にマッピングされています。これが不要な場合は: >
1460
+ - へのバッファローカルマッピングがすでに存在している場合を除き、- は通常
1461
+ | :Down | にマップされています。これが不要な場合は: >
1458
1462
let g:termdebug_config['map_minus'] = 0
1459
1463
<
1460
1464
*termdebug_map_plus*
1461
- + は通常 | :Up | にマッピングされています。これが不要な場合は: >
1465
+ + へのバッファローカルマッピングがすでに存在している場合を除き、+ は通常 | :Up |
1466
+ にマップされています。これが不要な場合は: >
1462
1467
let g:termdebug_config['map_plus'] = 0
1463
1468
<
1464
1469
*termdebug_disasm_window*
@@ -1470,6 +1475,9 @@ Asm ウィンドウをデフォルトで表示させたい場合、"disasm_windo
1470
1475
g:termdebug_config がない場合は、以下を使用できます: >
1471
1476
let g:termdebug_disasm_window = 15
1472
1477
1以上の任意の値を設定でき、その値が Asm ウィンドウの高さになります。
1478
+ カレントウィンドウに十分な水平方向のスペースがある場合、垂直方向に分割され、
1479
+ Asm ウィンドウがソースコードウィンドウと並べて表示されます (高さのオプションは
1480
+ 使用されません)。
1473
1481
1474
1482
*termdebug_variables_window*
1475
1483
Var ウィンドウをデフォルトで表示させたい場合、"variables_window" フラグに 1 を
@@ -1480,6 +1488,9 @@ Var ウィンドウをデフォルトで表示させたい場合、"variables_wi
1480
1488
g:termdebug_config がない場合は、以下を使用できます: >
1481
1489
let g:termdebug_variables_window = 15
1482
1490
1 以上の任意の値を設定でき、その値が Var ウィンドウの高さになります。
1491
+ カレントウィンドウに十分な水平方向のスペースがある場合、垂直方向に分割され、
1492
+ Var ウィンドウがソースコードウィンドウと並べて表示されます (高さのオプションは
1493
+ 使用されません)。
1483
1494
1484
1495
通信 ~
1485
1496
*termdebug-communication*
0 commit comments