____                     __  _             __             _
           /  _/___ _   _____  _____/ /_(_)___ _____ _/ /____  _   __(_)___ ___
           / // __ \ | / / _ \/ ___/ __/ / __ `/ __ `/ __/ _ \| | / / / __ `__ \
         _/ // / / / |/ /  __(__  ) /_/ / /_/ / /_/ / /_/  __/| |/ / / / / / / /
        /___/_/ /_/|___/\___/____/\__/_/\__, /\__,_/\__/\___(_)___/_/_/ /_/ /_/
                                       /____/
      
Investigate.vim

Investigate is a plugin for viewing documentation.

You can use investigate to view the documentation for the current word in Vim in a few different places. Through your web browser, using Dash.app on OS X, or with an arbitrary shell command. View the Github repo for more information

Installation

With Vundle

In your .vimrc:
Bundle 'keith/investigate.vim'
Then run :BundleInstall from within Vim

With Pathogen

cd ~/.vim/bundle
git clone \
  https://github.com/keith/investigate.vim.git

Usage

The default mapping for investigate is gK if you would like to setup your own map it in your .vimrc with something like:
nnoremap <leader>K :call investigate#Investigate()