Preview items in quickfix list.
This plugin follows the standard runtime path structure, and as such it can be installed with a variety of plugin managers:
git clone https://github.com/j5shi/vim-quick-preview.git ~/.vim/bundle/vim-quick-preview
NeoBundle 'j5shi/vim-quick-preview'
Plugin 'j5shi/vim-quick-preview'
Plug 'j5shi/vim-quick-preview'
- Manual
- Copy all of the files into your
~/.vim
directory
Note: The following mappings work only in Quickfix buffer.
<space> : Preview the quickfix result in a preview window
<enter> : Open the quickfix result in a new buffer like usual
If you want to disable the default key mappings, adding following to your ~/.vimrc
file.
let g:vim_quick_preview_default_keymaps = 0
Currently no interface implemented to define custom key mappings. If you like to do this, let me know.