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

bnext mapping is clashing with coffescript syntax check #192

Closed
dre-hh opened this issue May 3, 2016 · 2 comments
Closed

bnext mapping is clashing with coffescript syntax check #192

dre-hh opened this issue May 3, 2016 · 2 comments

Comments

@dre-hh
Copy link

dre-hh commented May 3, 2016

In the following pull request 2 buffer mapping were introduced
https://github.com/amix/vimrc/pull/136/files

Unfortiantely there is already an l mapping which overrides the buffer mappings

nnoremap <silent> <leader>l :call SyntasticCheckCoffeescript()<cr>

When i press l on a random non-coffee file it will just create a new buffer with same content.

@Tiande
Copy link

Tiande commented May 3, 2016

I had this conflict even in .coffee files.
It's easy to solve if we just remapping it.

@amix amix closed this as completed in b50cc96 Jul 3, 2016
@amix
Copy link
Owner

amix commented Jul 3, 2016

Remapped to <leader>c

Thank you!

wyukio pushed a commit to wyukio/vimrc that referenced this issue Nov 17, 2020
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

3 participants