sponsor Vim development Vim logo Vim Book Ad

link.vim : Keep long URLs out of your way

 script karma  Rating 17/5, Downloaded by 174  Comments, bugs, improvements  Vim wiki

created by
Qad Zek
 
script type
utility
 
description
link.vim keeps long URLs out of your way. It supports links in Markdown syntax and plaintext links (e.g. in emails, in text files etc.)

Inline links will be moved to a reference section. For instance, the following Markdown document:

    [Vim](https://www.vim.org) and [Neovim](https://neovim.io) are text editors.

will be turned into

    [Vim][0] and [Neovim][1] are text editors.

    ## Links

    [0]: https://www.vim.org
    [1]: https://neovim.io

This plugin adds commands to convert a single link, a range of links or all links; commands to open a link in your browser, jump to the reference section and more.

See https://github.com/qadzek/link.vim for details and a screencast.
 
install details
Use your favorite plugin manager to install this plugin.
For instance, if you use vim-plug:
    Plug 'qadzek/link.vim'
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
link-vim.zip 1.0.4 2024-09-10 8.2 Qad Zek Rename the plugin
vim-md-link.zip 0.1.0 2024-03-17 8.2 Qad Zek Initial upload
ip used for rating: 44.220.184.63

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github