• Stars
    star
    133
  • Rank 270,994 (Top 6 %)
  • Language
    Vim Script
  • License
    GNU General Publi...
  • Created about 12 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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 = '<leader>l'
let g:lt_quickfix_list_toggle_map = '<leader>q'

By default, they are set to <leader>l and <leader>q, respectively.

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

let g:lt_height = 10