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: 3 months ago
JSON representation
A vim plugin for toggling the display of the quickfix list and the location-list.
- Host: GitHub
- URL: https://github.com/Valloric/ListToggle
- Owner: Valloric
- License: gpl-3.0
- Created: 2012-08-17T02:26:33.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2019-03-13T17:30:42.000Z (over 5 years ago)
- Last Synced: 2024-06-17T17:13:21.971Z (5 months ago)
- Language: Vim script
- Size: 19.5 KB
- Stars: 131
- Watchers: 7
- Forks: 15
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: COPYING.txt
Awesome Lists containing this project
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