Skip to content

j5shi/vim-quick-preview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

vim-quick-preview

Preview items in quickfix list.

Demo

asciicast

Installation

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

Default Key maps

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

Customization

Disable default key mappings

If you want to disable the default key mappings, adding following to your ~/.vimrc file.

let g:vim_quick_preview_default_keymaps = 0

Define custom key mappings

Currently no interface implemented to define custom key mappings. If you like to do this, let me know.

About

Preview items in quickfix list.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published