Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wfxr/ListToggle
A vim plugin for toggling the display of the quickfix list and the location-list.
https://github.com/wfxr/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/wfxr/ListToggle
- Owner: wfxr
- License: gpl-3.0
- Fork: true (Valloric/ListToggle)
- Created: 2015-10-28T17:24:22.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-02T01:56:51.000Z (about 9 years ago)
- Last Synced: 2024-07-11T00:21:39.246Z (4 months ago)
- Language: VimL
- Size: 97.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
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