mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
Minor fixes
This commit is contained in:
parent
94461cdebb
commit
78400e4a6a
8 changed files with 12 additions and 11 deletions
|
|
@ -345,7 +345,7 @@ unmap("yma")
|
|||
unmap("ymc")
|
||||
unmap("ymv")
|
||||
|
||||
map("ym", "yank link as markdown", function () {
|
||||
mapkey("ym", "yank link as markdown", function () {
|
||||
const url = new URL(window.location.href);
|
||||
const title = document.title;
|
||||
Clipboard.write(`[${title}](${url.origin + url.pathname})`);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue