Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/Valloric/ListToggle

A vim plugin for toggling the display of the quickfix list and the location-list.
https://github.com/Valloric/ListToggle

Last synced: 6 days ago
JSON representation

A vim plugin for toggling the display of the quickfix list and the location-list.

Lists

README

        

ListToggle
==========

A simple vim plugin for toggling the display of the quickfix list and the
location-list. Install it with [Vundle][] or [Pathogen][] (I recommend Vundle).

You can set the key mappings for toggling Vim's `locationlist` and `quickfix`
windows in your vimrc file:

let g:lt_location_list_toggle_map = 'l'
let g:lt_quickfix_list_toggle_map = 'q'

By default, they are set to `l` and `q`, respectively.

Here's how you can set the height (in number of lines) of the spawned window:

let g:lt_height = 10

[vundle]: https://github.com/gmarik/vundle#about
[pathogen]: https://github.com/tpope/vim-pathogen#pathogenvim