AutoYADM commit: 2025-05-18 22:37:50

This commit is contained in:
Daniel Fichtinger 2025-05-18 22:37:50 -04:00
parent 1affe9ad60
commit a710ff0668
2 changed files with 63 additions and 20 deletions

View file

@ -94,3 +94,9 @@ map -docstring 'case insensitive backward extend-search' global user '<a-?>' <a-
map -docstring 'Select to file end' global user N "Gj<a-L>L"
map -docstring 'Extend to file end' global user n "gj<a-l>l"
define-command typst %{
nop %sh{
{"$kak_config/scripts/kak-typ-zathura.fish" -k -w "$kak_buffile" "$kak_client_pid"} > /dev/null 2>&1 < /dev/null &
}
}