File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- *term.txt* For Vim バージョン 9.1. Last change: 2024 Jan 15
1
+ *term.txt* For Vim バージョン 9.1. Last change: 2024 Feb 28
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -340,11 +340,11 @@ Note: 2023年現在、"1004" は Vim 自体では使用されておらず、代
340
340
341
341
*xterm-kitty* *kitty-terminal*
342
342
Kitty 端末は特別なケースです。主な理由は、他のほとんどの端末とは動作が異なるか
343
- らですが、デフォルトで他の端末と同じように動作するようにするのではなく、Kitty
344
- を使用する際にアプリケーションがどのように動作する必要があるかを規定しているか
345
- らです 。このため、Vim が Kitty 端末で動作するのは非常に困難です。いくつかの例
346
- 外はハードコーディングされていますが、ある特定の端末のために例外を作らなければ
347
- ならないのは全く良いことではありません 。
343
+ らですが、デフォルトで他の端末と同じように動作するように合わせるのではなく、
344
+ Kitty を使用する際にアプリケーションがどのように動作する必要があるかを規定して
345
+ いるからです 。このため、Vim が Kitty 端末で動作するのは非常に困難です。いくつ
346
+ かの例外はハードコーディングされていますが、ある特定の端末のために例外を作らな
347
+ ければならないのは全く良いことではありません 。
348
348
349
349
問題の 1 つは、$TERM の値が "xterm-kitty" に設定されていることです。Vim の場
350
350
合、これは端末が xterm 互換であることを示すもので、組み込みの xterm termcap エ
Original file line number Diff line number Diff line change 1
- *term.txt* For Vim version 9.1. Last change: 2024 Jan 15
1
+ *term.txt* For Vim version 9.1. Last change: 2024 Feb 28
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -345,7 +345,7 @@ versions (and will then also end up in terminfo/termcap).
345
345
346
346
*xterm-kitty* *kitty-terminal*
347
347
The Kitty terminal is a special case. Mainly because it works differently
348
- from most other terminals, but also because, instead of trying the fit in and
348
+ from most other terminals, but also because, instead of trying to fit in and
349
349
make it behave like other terminals by default, it dictates how applications
350
350
need to work when using Kitty. This makes it very difficult for Vim to work
351
351
in a Kitty terminal. Some exceptions have been hard coded, but it is not at
You can’t perform that action at this time.
0 commit comments