Skip to content

pearofducks/vim-togglelist

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

togglelist.vim

A simple plugin for vim that allows you to bind a key to toggle the Location List and the Quickfix List. This plugin is currently in early development and there aren't many things besides a few options I imagine adding. Feel free to submit patches.

After opening or closing either list, the previous window is restored so you can still use <C-w>p.

Mappings

The default mappings are:

nmap <script> <silent> <leader>l :call ToggleLocationList()<CR>
nmap <script> <silent> <leader>q :call ToggleQuickfixList()<CR>

You can easily unmap these and remap them if you want, both ToggleLocationList and ToggleQuickfixList are global functions. I imagine the names of the functions are self-explanatory.

About

Functions to toggle the [Location List] and the [Quickfix List] windows.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%