aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Perepelitsa <roman.perepelitsa@gmail.com>2022-01-05 10:36:29 +0300
committerRoman Perepelitsa <roman.perepelitsa@gmail.com>2022-01-05 10:36:29 +0300
commit67ac98d515c2d8c7a85345aa2e3597df364c2f16 (patch)
tree6c8808fe6805e7683deae9af65f649d755ca6d09
parent2079d8ecbe68368d1114b332169778512b62e579 (diff)
doc: kitty v0.24.0 has been released (the first version with shell integration)
-rw-r--r--README.md12
1 files changed, 3 insertions, 9 deletions
diff --git a/README.md b/README.md
index ae57d0f5..72b30a09 100644
--- a/README.md
+++ b/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.
-- Use [Kitty](https://sw.kovidgoyal.net/kitty/) and enable terminal-shell integration in
- Powerlevel10k. The latter can be done by appending these lines to `~/.zshrc`:
- ```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.
+- Use [kitty](https://sw.kovidgoyal.net/kitty/) terminal version >= 0.24.0 and enable terminal-shell
+ integration in Powerlevel10k by defining `POWERLEVEL9K_TERM_SHELL_INTEGRATION=true` in
+ `~/.p10k.zsh`.
- 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,
Kitty or some other terminal that reflows text on resize but doesn't reflow saved cursor position.