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

Inaccurate Vim instructions? #340

Closed
skorokithakis opened this issue Nov 26, 2015 · 3 comments
Closed

Inaccurate Vim instructions? #340

skorokithakis opened this issue Nov 26, 2015 · 3 comments
Assignees
Milestone

Comments

@skorokithakis
Copy link

I followed the instructions for Vim integration, but I don't see anything that would map ctrl+b to run the Makefile. Is there a binding missing to run :make with ctrl+b?

@ivankravets
Copy link
Member

Which is your OS? CMD+B works good for me under MacVim

@skorokithakis
Copy link
Author

Ubuntu Linux. I had to add nnoremap <C-b> :make<CR> to my .vimrc to get it to work, it works with that, though.

@ivankravets ivankravets added this to the 2.3.6 milestone Nov 26, 2015
@ivankravets
Copy link
Member

Added to docs. Thanks!

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

No branches or pull requests

2 participants