Fix inaccurate Vim instructions // Issue #340

This commit is contained in:
Ivan Kravets
2015-11-26 22:15:57 +02:00
parent ed32e07e34
commit e85bc39315

View File

@ -56,6 +56,10 @@ Now, in VIM ``cd /path/to/this/project`` and press ``Ctrl+B`` or ``Cmd+B``
(Mac). *PlatformIO* should compile your source code from the ``src`` directory,
make firmware and upload it.
.. note::
If hotkey doesn't work for you, try to add this line
``nnoremap <C-b> :make<CR>`` to ``~/.vimrc``
Screenshot
----------