vim-quicklink icon indicating copy to clipboard operation
vim-quicklink copied to clipboard

A Vim plugin for quickly looking up a topic in google and inserting the relevant link

Results 9 vim-quicklink issues
Sort by recently updated
recently updated
newest added

I see some errors from this plugin but the idea is simply amazing, it's abandoned right now?

When in markdown file and in visual mode pressing ``, the following error message is printed: ``` Error detected while processing function Convert VisualSelectionToLink[3]..144_SearchForTerm: line 12: E121: Undefined variable: results...

Hi Chris I am having a couple of problems with using quicklink. I am running OS X 10.11.3 and Neovim NVIM 0.1.2-dev. Firstly, when I search for a link, the...

Use the inline markdown link format ``` markdown a link to [google](http://google.com) ``` or html anchor tag ``` html google ``` Thanks to @alobaid for the idea.

enhancement

Given we have a markdown link spanning across more than one line, like: ``` markdown and the [link definition is broken accross more than one line][] ... [link definition is...

Seems like the [vim-markdown](https://github.com/plasticboy/vim-markdown) project now [overrides](https://github.com/plasticboy/vim-markdown/pull/183) the mapping `gx` and therefore conflicts with quicklink's `gx` mapping. What they've implemented is different from what quicklink does. I do use both...

## currently supports style headings, but not # based.

would be nice to have a map that auto selects first result for specific queries with it's own mapping! similar to google 'i feel lucky'

Would love configurable key mappings for functionality