Skip to content
This repository was archived by the owner on Feb 25, 2024. It is now read-only.

Commit 03d53a3

Browse files
1 parent 1c45c96 commit 03d53a3

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

doc/tags-ja

+1
Original file line numberDiff line numberDiff line change
@@ -10075,6 +10075,7 @@ termdebug-customizing terminal.jax /*termdebug-customizing*
1007510075
termdebug-events terminal.jax /*termdebug-events*
1007610076
termdebug-example terminal.jax /*termdebug-example*
1007710077
termdebug-frames terminal.jax /*termdebug-frames*
10078+
termdebug-mappings terminal.jax /*termdebug-mappings*
1007810079
termdebug-prompt terminal.jax /*termdebug-prompt*
1007910080
termdebug-starting terminal.jax /*termdebug-starting*
1008010081
termdebug-stepping terminal.jax /*termdebug-stepping*

doc/terminal.jax

+16-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*terminal.txt* For Vim バージョン 9.0. Last change: 2023 Aug 23
1+
*terminal.txt* For Vim バージョン 9.0. Last change: 2023 Nov 08
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -43,6 +43,7 @@
4343
その他のコマンド |termdebug-commands|
4444
イベント |termdebug-events|
4545
プロンプトモード |termdebug-prompt|
46+
マッピング |termdebug-mappings|
4647
通信 |termdebug-communication|
4748
カスタマイズ |termdebug-customizing|
4849

@@ -1447,18 +1448,22 @@ TermdebugStopPost デバッグの終了後、gdb 関連ウィンドウが閉じ
14471448
g:termdebug_config がない場合は、以下を使用できます: >
14481449
let g:termdebug_use_prompt = 1
14491450
<
1450-
*termdebug_map_K*
1451-
K は通常 |:Evaluate| にマッピングされています。これが不要な場合は: >
1451+
マッピング ~
1452+
*termdebug_map_K* *termdebug-mappings*
1453+
K へのバッファローカル (|:map-local|) マッピングがすでに存在している場合を除
1454+
き、K キーは通常 |:Evaluate| にマップされています。これが不要な場合は: >
14521455
let g:termdebug_config['map_K'] = 0
14531456
g:termdebug_config がない場合は、以下を使用できます: >
14541457
let g:termdebug_map_K = 0
14551458
<
14561459
*termdebug_map_minus*
1457-
- は通常 |:Down| にマッピングされています。これが不要な場合は: >
1460+
- へのバッファローカルマッピングがすでに存在している場合を除き、- は通常
1461+
|:Down| にマップされています。これが不要な場合は: >
14581462
let g:termdebug_config['map_minus'] = 0
14591463
<
14601464
*termdebug_map_plus*
1461-
+ は通常 |:Up| にマッピングされています。これが不要な場合は: >
1465+
+ へのバッファローカルマッピングがすでに存在している場合を除き、+ は通常 |:Up|
1466+
にマップされています。これが不要な場合は: >
14621467
let g:termdebug_config['map_plus'] = 0
14631468
<
14641469
*termdebug_disasm_window*
@@ -1470,6 +1475,9 @@ Asm ウィンドウをデフォルトで表示させたい場合、"disasm_windo
14701475
g:termdebug_config がない場合は、以下を使用できます: >
14711476
let g:termdebug_disasm_window = 15
14721477
1以上の任意の値を設定でき、その値が Asm ウィンドウの高さになります。
1478+
カレントウィンドウに十分な水平方向のスペースがある場合、垂直方向に分割され、
1479+
Asm ウィンドウがソースコードウィンドウと並べて表示されます (高さのオプションは
1480+
使用されません)。
14731481

14741482
*termdebug_variables_window*
14751483
Var ウィンドウをデフォルトで表示させたい場合、"variables_window" フラグに 1 を
@@ -1480,6 +1488,9 @@ Var ウィンドウをデフォルトで表示させたい場合、"variables_wi
14801488
g:termdebug_config がない場合は、以下を使用できます: >
14811489
let g:termdebug_variables_window = 15
14821490
1 以上の任意の値を設定でき、その値が Var ウィンドウの高さになります。
1491+
カレントウィンドウに十分な水平方向のスペースがある場合、垂直方向に分割され、
1492+
Var ウィンドウがソースコードウィンドウと並べて表示されます (高さのオプションは
1493+
使用されません)。
14831494

14841495
通信 ~
14851496
*termdebug-communication*

0 commit comments

Comments
 (0)