ferreum / vimdictive

Finding meaning in your Vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vimdictive

Finding meaning in your Vim

Vimdictive is a plugin for dict.org style dictionary and thesaurus lookups from within Vim.

Global Maps:
  • <leader>dm - Show meaning of word under cursor in the Preview Window.

  • <leader>ds - Show synonyms for word under cursor in the Preview Window.

  • <leader>df - Set the synonym regex filter.

  • <leader>dr - Set the synonym rhyme filter.

    Note
    The rhyme filter depends on having rhyme installed.
Maps from within the Preview Window:
  • <enter> - Show meaning of word under cursor in the Vimdictive browser (window).

  • <backspace> - Show synonyms for word under cursor in the Vimdictive browser.

  • q - Close the Vimdictive browser.

  • <F5> - Refresh Vimdictive browser with most recent query results.

The curl approach in this plugin was borrowed from the vim-dict plugin.

About

Finding meaning in your Vim


Languages

Language:Vim Script 100.0%