AutoYADM commit: 2025-06-09 23:54:02

This commit is contained in:
Daniel Fichtinger 2025-06-09 23:54:02 -04:00
parent ad6b9f48b1
commit 66ed93369c
2 changed files with 17 additions and 7 deletions

View file

@ -239,3 +239,11 @@ define-command -params 2 lsp-diag-query %{
fi
}
}
hook global KakEnd .* %{
nop %sh{
printf 'exit\n' >"$kak_opt_diagpipe_in"
read result < "$kak_opt_diagpipe_out"
notify-send "killing"
}
}