diff --git a/.config/codebook/codebook.toml b/.config/codebook/codebook.toml index a7d8f65f..8c1dfa3d 100644 --- a/.config/codebook/codebook.toml +++ b/.config/codebook/codebook.toml @@ -3,6 +3,7 @@ words = [ "hmac", "pathlib", "ttp", + "typst", "wav", "wordlist", ] diff --git a/.config/helix/config.toml b/.config/helix/config.toml index 8575ba62..0a1a3fac 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -194,7 +194,7 @@ C-u = ["page_cursor_half_up", "align_view_center"] # language specific commands [keys.normal.space.l] # 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}' # git stuff