merge
This commit is contained in:
commit
ab961d7006
3 changed files with 16 additions and 7 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue