AutoYADM commit: 2025-05-05 19:36:08

This commit is contained in:
Daniel Fichtinger 2025-05-05 19:36:08 -04:00
parent e898ddf48d
commit 973b98ec5c
2 changed files with 2 additions and 1 deletions

View file

@ -3,6 +3,7 @@ words = [
"hmac", "hmac",
"pathlib", "pathlib",
"ttp", "ttp",
"typst",
"wav", "wav",
"wordlist", "wordlist",
] ]

View file

@ -194,7 +194,7 @@ C-u = ["page_cursor_half_up", "align_view_center"]
# language specific commands # language specific commands
[keys.normal.space.l] [keys.normal.space.l]
# open pdf preview for typst # open pdf preview for typst
p = ':sh ~/dev/utils/helix-pdf/hx-typ-zathura.fish -l -k %{buffer_name}' p = ':sh ~/dev/utils/helix-pdf/hx-typ-zathura.fish --watch --kill-on-exit %{buffer_name}'
# p = ':sh ~/.config/helix/scripts/hx-typ-zathura.fish -k %{buffer_name}' # p = ':sh ~/.config/helix/scripts/hx-typ-zathura.fish -k %{buffer_name}'
# git stuff # git stuff