AutoYADM commit: 2025-04-22 13:25:13
This commit is contained in:
parent
f6d973f2dc
commit
c6b5f19709
2 changed files with 6 additions and 0 deletions
|
@ -182,6 +182,8 @@ C-u = ["page_cursor_half_up", "align_view_center"]
|
||||||
|
|
||||||
# typst
|
# typst
|
||||||
[keys.normal.space.l.t]
|
[keys.normal.space.l.t]
|
||||||
|
# open pdf preview
|
||||||
|
p = ':sh ~/.config/helix/scripts/typst-zathura.fish %{buffer_name}'
|
||||||
|
|
||||||
# git stuff
|
# git stuff
|
||||||
[keys.normal.space.g]
|
[keys.normal.space.g]
|
||||||
|
|
4
.config/helix/scripts/typst-zathura.fish
Executable file
4
.config/helix/scripts/typst-zathura.fish
Executable file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/usr/bin/env fish
|
||||||
|
|
||||||
|
set -l src (path resolve $argv[1])
|
||||||
|
set -l targ (string replace --filter '.typ' '.pdf')
|
Loading…
Add table
Add a link
Reference in a new issue