DL
Size: a a a
DL
VL
VL
VL
DL
Aß
Aß
VL
VL
VL
VL
VL
VL
VL
VL
VL
VL
DL
(use-package link-hint
:ensure t
:bind
(("<XF86Search>" . link-hint-open-link)
("S-<XF86Search>" . link-hint-copy-link)
:map mode-specific-map
:prefix-map link-hint-keymap
:prefix "l"
("o" . link-hint-open-link)
("c" . link-hint-copy-link)))
(use-package browse-at-remote
:ensure t
:after link-hint
:bind
(:map link-hint-keymap
("r" . browse-at-remote)
("k" . browse-at-remote-kill)))
VL
(use-package link-hint
:ensure t
:bind
(("<XF86Search>" . link-hint-open-link)
("S-<XF86Search>" . link-hint-copy-link)
:map mode-specific-map
:prefix-map link-hint-keymap
:prefix "l"
("o" . link-hint-open-link)
("c" . link-hint-copy-link)))
(use-package browse-at-remote
:ensure t
:after link-hint
:bind
(:map link-hint-keymap
("r" . browse-at-remote)
("k" . browse-at-remote-kill)))
VL