mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
...
This commit is contained in:
@@ -4033,7 +4033,7 @@ the screen, instead of just clearing the screen. For ZSH, in :file:`~/.zshrc`, a
|
||||
.. code-block:: zsh
|
||||
|
||||
ctrl_l() {
|
||||
builtin print -rn -- $'\r\e[0J\e[H\e[22J' >"$TTY"
|
||||
builtin print -rn -- $'\\r\e[0J\e[H\e[22J' >"$TTY"
|
||||
builtin zle .reset-prompt
|
||||
builtin zle -R
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user