AutoYADM commit: 2025-03-09 15:00:03
This commit is contained in:
parent
2ffc18d485
commit
73e7e650b0
3 changed files with 22 additions and 11 deletions
11
.zshrc
11
.zshrc
|
@ -161,6 +161,17 @@ function mksh() {
|
|||
fi
|
||||
}
|
||||
|
||||
function preexec {
|
||||
print -n "\e]133;C\e\\"
|
||||
}
|
||||
|
||||
precmd() {
|
||||
print -Pn "\e]133;A\e\\"
|
||||
if ! builtin zle; then
|
||||
print -n "\e]133;D\e\\"
|
||||
fi
|
||||
}
|
||||
|
||||
# precmd_functions+=(set_win_title viewport_osc)
|
||||
# precmd_functions+=(viewport_osc)
|
||||
# zle -N zle-line-init
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue