|
1 |
| -*options.txt* For Vim version 9.1. Last change: 2024 Dec 14 |
| 1 | +*options.txt* For Vim version 9.1. Last change: 2024 Dec 28 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar
|
@@ -5072,11 +5072,12 @@ A jump table for the options with a short description can be found at |Q_op|.
|
5072 | 5072 | a pattern that is matched against the 'term' option, a colon and the
|
5073 | 5073 | protocol name to be used. To illustrate this, the default value would
|
5074 | 5074 | be set with: >
|
5075 |
| - set keyprotocol=kitty:kitty,foot:kitty,wezterm:kitty,xterm:mok2 |
| 5075 | + set keyprotocol=kitty:kitty,foot:kitty,ghostty:kitty,wezterm:kitty |
| 5076 | + set keyprotocol+=xterm:mok2 |
5076 | 5077 |
|
5077 |
| -< This means that when 'term' contains "kitty, "foot" or "wezterm" |
5078 |
| - somewhere then the "kitty" protocol is used. When 'term' contains |
5079 |
| - "xterm" somewhere, then the "mok2" protocol is used. |
| 5078 | +< This means that when 'term' contains "kitty, "foot", "ghostty" or |
| 5079 | + "wezterm" somewhere, then the "kitty" protocol is used. When 'term' |
| 5080 | + contains "xterm" somewhere, then the "mok2" protocol is used. |
5080 | 5081 |
|
5081 | 5082 | The first match is used, thus if you want to have "kitty" use the
|
5082 | 5083 | kitty protocol, but "badkitty" not, then you should match "badkitty"
|
|
0 commit comments