nvim: more typst snippets
This commit is contained in:
parent
bad85da7b6
commit
2e386fcfe2
@ -15,7 +15,7 @@ alias cp='cp -n'
|
|||||||
abbr -a -- ds swal;
|
abbr -a -- ds swal;
|
||||||
|
|
||||||
# zathura
|
# zathura
|
||||||
alias thur='zathura'
|
alias thur='swal -c Zathura; zathura'
|
||||||
# stricter sandbox zathura
|
# stricter sandbox zathura
|
||||||
alias zathsec='/usr/bin/zathura-sandbox -c ~/.config/zathura-sec'
|
alias zathsec='/usr/bin/zathura-sandbox -c ~/.config/zathura-sec'
|
||||||
|
|
||||||
@ -39,10 +39,6 @@ end
|
|||||||
# Neomutt configs
|
# Neomutt configs
|
||||||
function neomutt.local; neomutt -F .config/neomutt/neomuttrc.local; end
|
function neomutt.local; neomutt -F .config/neomutt/neomuttrc.local; end
|
||||||
|
|
||||||
# Specific to my Gentoo system
|
|
||||||
function genlop; doas -u portage /usr/bin/genlop; end
|
|
||||||
function loginctl; doas /bin/loginctl; end
|
|
||||||
|
|
||||||
# bootleg meme feed
|
# bootleg meme feed
|
||||||
function arf; mpv --shuffle --no-resume-playback ~/med/memes/arf; end
|
function arf; mpv --shuffle --no-resume-playback ~/med/memes/arf; end
|
||||||
|
|
||||||
|
@ -13,6 +13,7 @@ return {
|
|||||||
s({ trig = "plus", name = "plus exponent", wordTrig = false }, t("^+")),
|
s({ trig = "plus", name = "plus exponent", wordTrig = false }, t("^+")),
|
||||||
s({ trig = "min", name = "minus exponent", wordTrig = false }, t("^-")),
|
s({ trig = "min", name = "minus exponent", wordTrig = false }, t("^-")),
|
||||||
s({ trig = "lim", name = "limit", wordTrig = false }, fmt("lim_({}) ", { i(1) })),
|
s({ trig = "lim", name = "limit", wordTrig = false }, fmt("lim_({}) ", { i(1) })),
|
||||||
|
s({ trig = "inf", name = "infinity", wordTrig = false }, t("infinity")),
|
||||||
|
|
||||||
s({
|
s({
|
||||||
trig = "numb",
|
trig = "numb",
|
||||||
|
Loading…
Reference in New Issue
Block a user