Fix clear on arch.zsh bookmark.zsh init.zsh LICENSE plugins README.md prompt dissappearing
This commit is contained in:
parent
745f59931d
commit
aadd42198f
4
init.zsh
4
init.zsh
@ -204,10 +204,10 @@ zle -N zle-line-init
|
|||||||
__zsh_clear_screen_and_scrollback() {
|
__zsh_clear_screen_and_scrollback() {
|
||||||
echoti civis >"$TTY"
|
echoti civis >"$TTY"
|
||||||
printf '%b' '\e[H\e[2J' >"$TTY"
|
printf '%b' '\e[H\e[2J' >"$TTY"
|
||||||
zle .reset-prompt
|
|
||||||
zle -R
|
|
||||||
printf '%b' '\e[3J' >"$TTY"
|
printf '%b' '\e[3J' >"$TTY"
|
||||||
echoti cnorm >"$TTY"
|
echoti cnorm >"$TTY"
|
||||||
|
zle .reset-prompt
|
||||||
|
zle -R
|
||||||
}
|
}
|
||||||
zle -N __zsh_clear_screen_and_scrollback
|
zle -N __zsh_clear_screen_and_scrollback
|
||||||
bindkey '^L' __zsh_clear_screen_and_scrollback
|
bindkey '^L' __zsh_clear_screen_and_scrollback
|
||||||
|
Loading…
x
Reference in New Issue
Block a user