AutoYADM commit: 2025-04-22 13:25:13

This commit is contained in:
Daniel Fichtinger 2025-04-22 13:25:13 -04:00
parent f6d973f2dc
commit c6b5f19709
2 changed files with 6 additions and 0 deletions

View file

@ -182,6 +182,8 @@ C-u = ["page_cursor_half_up", "align_view_center"]
# typst
[keys.normal.space.l.t]
# open pdf preview
p = ':sh ~/.config/helix/scripts/typst-zathura.fish %{buffer_name}'
# git stuff
[keys.normal.space.g]

View file

@ -0,0 +1,4 @@
#!/usr/bin/env fish
set -l src (path resolve $argv[1])
set -l targ (string replace --filter '.typ' '.pdf')