Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't use key maps #6

Closed
simonsmith opened this issue Mar 30, 2016 · 3 comments
Closed

Don't use key maps #6

simonsmith opened this issue Mar 30, 2016 · 3 comments

Comments

@simonsmith
Copy link

Is there a way to prevent the plugin from mapping the keys for location and quickfix? Or perhaps changing them to something else?

Cheers

sunaku added a commit to sunaku/ListToggle that referenced this issue Jun 25, 2016
This patch eliminates unnecessary mapping code, replacing indirection
(the `g:lt_*_list_toggle_map` variables) with Vim's native map syntax.
@sunaku
Copy link

sunaku commented Jun 25, 2016

See pull request #7.

@Valloric
Copy link
Owner

See my response to #7.

@teto
Copy link

teto commented Dec 1, 2016

It would be cool for the reasons mentioned here http://whileimautomaton.net/2008/09/27022735 to add components. This should be backwards compatible while allowing for more customization.

nnoremap <silent> <Plug>(ListToggleQToggle) :QToggle<Return>
nnoremap <silent> <Plug>(ListToggleLToggle) :LToggle<Return>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants