AutoYADM commit: 2025-05-18 22:53:24
This commit is contained in:
parent
a710ff0668
commit
f2f668c60b
1 changed files with 6 additions and 2 deletions
|
@ -94,9 +94,13 @@ 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 'Select to file end' global user N "Gj<a-L>L"
|
||||||
map -docstring 'Extend 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 %{
|
define-command -docstring %{
|
||||||
|
Spawns a Zathura pdf preview and Typst watcher for the currently open Typst file
|
||||||
|
} typst %{
|
||||||
nop %sh{
|
nop %sh{
|
||||||
{"$kak_config/scripts/kak-typ-zathura.fish" -k -w "$kak_buffile" "$kak_client_pid"} > /dev/null 2>&1 < /dev/null &
|
{
|
||||||
|
"$kak_config/scripts/kak-typ-zathura.fish" -k -w "$kak_buffile" "$kak_client_pid"
|
||||||
|
} > /dev/null 2>&1 < /dev/null &
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue