mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 16:37:27 +00:00
Cleanup previous PR
This commit is contained in:
parent
f3344e1da0
commit
2cc08cc5fd
1 changed files with 1 additions and 1 deletions
|
|
@ -4156,7 +4156,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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue