AutoYADM commit: 2025-01-14 21:40:05

This commit is contained in:
Daniel Fichtinger 2025-01-14 21:40:06 -05:00
parent 5ca9390fd1
commit 3319037598
3 changed files with 7 additions and 3 deletions

5
.zshrc
View file

@ -109,7 +109,10 @@ DISABLE_AUTO_TITLE="true"
function set_win_title(){
echo -ne "\033]0; ${PWD/#$HOME/~} \007"
}
precmd_functions+=(set_win_title)
function viewport_osc(){
print -Pn "\e]133;A\e\\"
}
precmd_functions+=(set_win_title viewport_osc)
zle -N zle-line-init
zle -N zle-line-finish
zle -N zle-keymap-select