# ListToggle **Repository Path**: linuor/ListToggle ## Basic Information - **Project Name**: ListToggle - **Description**: Mirror of https://github.com/Valloric/ListToggle - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-04 - **Last Updated**: 2025-01-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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