-
I would like to create a key binding in Vimium C running in Firefox that takes the title and URL of the current tab, formats it so that it looks like a Markdown link (such as Here are all the related options I'm already aware of:
|
Beta Was this translation helpful? Give feedback.
Answered by
gdh1995
May 8, 2023
Replies: 1 comment
-
You just need |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
maxigaz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You just need
map <f6> copyWindowInfo type="tab" format="[${title}](${url})"
-copyWindowInfo
usetype
to select a target tab, window, or other things like a frame.