milkypostman / vim-togglelist

Functions to toggle the [Location List] and the [Quickfix List] windows.
109 stars 22 forks source link

Allow the mappings to be skipped. #4

Closed jszakmeister closed 11 years ago

jszakmeister commented 11 years ago

As a plugin, this can easily collide with a user's existing mapping. Instead, let's introduce a variable to prevent setting up the mappings.

I've been playing with Syntastic and wanted a way to toggle the location list, but your plugin ended up stomping over some existing mappings that I love. This change allows me to setup my own mappings without stomping on <Leader>q and <Leader>l.

milkypostman commented 11 years ago

Thanks