feat(org): bind <localleader> l y to +org/yank-link

For copying the URL component of an org link at point.
This commit is contained in:
Henrik Lissner 2024-07-11 15:17:25 -04:00
parent ba467fea57
commit 250f3a3899
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
2 changed files with 10 additions and 0 deletions

View file

@ -988,6 +988,7 @@ between the two."
"s" #'org-store-link
"S" #'org-insert-last-stored-link
"t" #'org-toggle-link-display
"y" #'+org/yank-link
(:when (modulep! :os macos)
"g" #'org-mac-link-get-link))
(:prefix ("P" . "publish")