File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- *options.txt* For Vim バージョン 9.2. Last change: 2026 Mar 02
1+ *options.txt* For Vim バージョン 9.2. Last change: 2026 Mar 04
22
33
44 VIM リファレンスマニュアル by Bram Moolenaar
@@ -9126,6 +9126,24 @@ Note 1番目の形式では、行全体がオプション指定に使われる
91269126<
91279127 NOTE: このオプションは、'compatible' がオンになるとオフになるので注意。
91289128
9129+ *'termsync'* *'tsy'*
9130+ 'termsync' 'tsy' 切替 (既定ではオフ)
9131+ グローバル
9132+ ホスト端末がサポートしている場合、再描画サイクル中に行われるすべての画
9133+ 面更新をバッファリングし、各画面が端末に一度に表示されるようにする。こ
9134+ れにより、端末の更新速度が Vim の再描画速度よりも速い場合に、ティアリ
9135+ ングやちらつきを防ぐことができる。ホスト端末がサポートしていない場合、
9136+ または Vim がグラフィカルモードで動作している場合、このオプションは何
9137+ も行わない。
9138+
9139+ 仕様は以下の場所にある:
9140+ https://github.com/contour-terminal/vt-extensions/blob/master/synchronized-output.md
9141+
9142+ Vim が |+termresponse| 機能付きでコンパイルされている場合、Vim は起動
9143+ 時に端末に DEC モード 2026 のサポートを問い合わせることで、このオプショ
9144+ ンを自動的に設定することがある。使用される端末コードは |t_BS| と |t_ES|
9145+ である。
9146+
91299147 *'termwinkey'* *'twk'*
91309148'termwinkey' 'twk' 文字列 (既定では "")
91319149 ウィンドウについてローカル
Original file line number Diff line number Diff line change 1- *options.txt* For Vim version 9.2. Last change: 2026 Mar 02
1+ *options.txt* For Vim version 9.2. Last change: 2026 Mar 04
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -9096,6 +9096,24 @@ A jump table for the options with a short description can be found at |Q_op|.
90969096<
90979097 NOTE: This option is reset when 'compatible' is set.
90989098
9099+ *'termsync'* *'tsy'*
9100+ 'termsync' 'tsy' boolean (default off)
9101+ global
9102+ If the host terminal supports it, buffer all screen updates made
9103+ during a redraw cycle so that each screen is displayed in the terminal
9104+ all at once. This can prevent tearing or flickering when the terminal
9105+ updates faster than Vim can redraw. If the host terminal does not
9106+ support it or if Vim is running graphically, then this option does
9107+ nothing.
9108+
9109+ The specification can be found at:
9110+ https://github.com/contour-terminal/vt-extensions/blob/master/synchronized-output.md
9111+
9112+ Vim may set this option automatically at startup time when Vim is
9113+ compiled with the | +termresponse | feature, by querying the terminal
9114+ for DEC mode 2026 support. The terminal codes used are | t_BS | and
9115+ | t_ES | .
9116+
90999117 *'termwinkey'* *'twk'*
91009118'termwinkey' 'twk' string (default "")
91019119 local to window
You can’t perform that action at this time.
0 commit comments