mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
doc: kitty v0.24.0 has been released (the first version with shell integration)
This commit is contained in:
parent
2079d8ecbe
commit
67ac98d515
1 changed files with 3 additions and 9 deletions
12
README.md
12
README.md
|
@ -1862,15 +1862,9 @@ There is no ETA for the patch making its way into upstream Zsh. See [discussion]
|
||||||
|
|
||||||
There are a few mitigation options for this issue.
|
There are a few mitigation options for this issue.
|
||||||
|
|
||||||
- Use [Kitty](https://sw.kovidgoyal.net/kitty/) and enable terminal-shell integration in
|
- Use [kitty](https://sw.kovidgoyal.net/kitty/) terminal version >= 0.24.0 and enable terminal-shell
|
||||||
Powerlevel10k. The latter can be done by appending these lines to `~/.zshrc`:
|
integration in Powerlevel10k by defining `POWERLEVEL9K_TERM_SHELL_INTEGRATION=true` in
|
||||||
```zsh
|
`~/.p10k.zsh`.
|
||||||
unset KITTY_SHELL_INTEGRATION
|
|
||||||
ITERM_SHELL_INTEGRATION_INSTALLED=Yes
|
|
||||||
```
|
|
||||||
At the time of this writing (Dec 2021) the latest release of Kitty (0.23.1) doesn't have the
|
|
||||||
necessary code to fix the issue. If by the time you are reading this there is no newer version,
|
|
||||||
you'll have to build from source.
|
|
||||||
- Apply [the patch](#zsh-patch) and [rebuild Zsh from source](
|
- Apply [the patch](#zsh-patch) and [rebuild Zsh from source](
|
||||||
https://github.com/zsh-users/zsh/blob/master/INSTALL). It won't help if you are using Alacritty,
|
https://github.com/zsh-users/zsh/blob/master/INSTALL). It won't help if you are using Alacritty,
|
||||||
Kitty or some other terminal that reflows text on resize but doesn't reflow saved cursor position.
|
Kitty or some other terminal that reflows text on resize but doesn't reflow saved cursor position.
|
||||||
|
|
Loading…
Reference in a new issue