This commit is contained in:
Barak Michener 2025-11-08 14:37:03 -08:00
commit ab961d7006
3 changed files with 16 additions and 7 deletions

View file

@ -40,7 +40,7 @@ size = 19.0
{{ else if eq .chezmoi.hostname "rosencrantz" -}}
size = 15.0
{{ else if eq .chezmoi.hostname "altair" -}}
size = 20.5
size = 22
{{ else if eq .chezmoi.hostname "hermia" -}}
size = 20.5
{{ else -}}
@ -84,9 +84,13 @@ key = "U"
mods = "Control|Shift"
[[hints.enabled]]
command = "xdg-open"
post_processing = true
regex = "(magnet:|mailto:|https:|http:|news:|file:|git:|ssh:|ftp:)[^\u0000-\u001F\u007F-Ÿ<>\"\\s{-}\\^⟨⟩`]+"
{{if eq .chezmoi.os "darwin" -}}
command = "open"
{{ else -}}
command = "xdg-open"
{{ end }}
[hints.enabled.binding]
key = "L"